Uses of Class
jetbrains.buildServer.vcs.VcsClientMapping
-
Packages that use VcsClientMapping Package Description jetbrains.buildServer.vcs -
-
Uses of VcsClientMapping in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsClientMapping Modifier and Type Method Description Collection<VcsClientMapping>
IncludeRuleBasedMappingProvider. getClientMapping(VcsRoot vcsRoot, IncludeRule includeRule)
This method provides mapping information from given VcsRoot and a path within it to actual possible VCS paths.Collection<VcsClientMapping>
VcsRootBasedMappingProvider. getClientMapping(VcsRoot vcsRoot)
This method provides a mapping information from given VcsRoot and a path within it to actual possible VCS paths.Methods in jetbrains.buildServer.vcs with parameters of type VcsClientMapping Modifier and Type Method Description int
VcsClientMapping. compareTo(VcsClientMapping o)
-