public interface IncludeRuleBasedMappingProvider extends VcsClientMappingProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VcsClientMapping> |
getClientMapping(VcsRoot vcsRoot,
IncludeRule includeRule)
This method provides mapping information from given VcsRoot and a path within it to actual possible VCS paths.
|
java.util.Collection<VcsClientMapping> getClientMapping(@NotNull VcsRoot vcsRoot, @NotNull IncludeRule includeRule) throws VcsException
fullPath variable
passed to the VcsPersonalSupport.mapFullPath(jetbrains.buildServer.vcs.VcsRootEntry, java.lang.String). In general, this is an identity of the VCS server + path within this server.vcsRoot - VCS root, whose mapping should be retrievedincludeRule - a prefix for the VCS root, which may limit the scope of the searched VCSVcsException - when there is a problem accessing VCS