public interface VcsRootBasedMappingProvider extends VcsClientMappingProvider
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VcsClientMapping> |
getClientMapping(VcsRoot vcsRoot)
This method provides a mapping information from given VcsRoot and a path within it to actual possible VCS paths.
|
java.util.Collection<VcsClientMapping> getClientMapping(@NotNull VcsRoot vcsRoot) 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 retrievedVcsException
- when there is a problem accessing VCS