Interface SourceControl
-
Method Summary
Modifier and TypeMethodDescriptionReturns the VCS mappings configuration.voidvcsMappings(Action<? super VcsMappings> configuration) Configures VCS mappings.
-
Method Details
-
vcsMappings
Configures VCS mappings. -
getVcsMappings
VcsMappings getVcsMappings()Returns the VCS mappings configuration.
-