Uses of Class
jetbrains.buildServer.vcs.VcsUrl
-
-
Uses of VcsUrl in jetbrains.buildServer.serverSide.discovery
Methods in jetbrains.buildServer.serverSide.discovery with parameters of type VcsUrl Modifier and Type Method Description VcsUrlValidator.VcsInfo
VcsUrlValidator. validateVcsUrl(VcsUrl url, SProject project)
-
Uses of VcsUrl in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type VcsUrl Modifier and Type Method Description Map<String,String>
MockVcsSupport. convertToVcsRootProperties(VcsUrl url)
-
Uses of VcsUrl in jetbrains.buildServer.serverSide.impl.configsRepo
Methods in jetbrains.buildServer.serverSide.impl.configsRepo that return VcsUrl Modifier and Type Method Description static VcsUrl
CentralConfigsRepositoryUtils. getVcsUrl(ServerPaths serverPaths)
Methods in jetbrains.buildServer.serverSide.impl.configsRepo with parameters of type VcsUrl Modifier and Type Method Description static Pair<VcsSupportContext,VcsRoot>
CentralConfigsRepositoryUtils. findContextWithRoot(VcsUrl vcsUrl, VcsRegistryEx vcsContextLocator)
-
Uses of VcsUrl in jetbrains.buildServer.vcs
Subclasses of VcsUrl in jetbrains.buildServer.vcs Modifier and Type Class Description class
MavenVcsUrl
Methods in jetbrains.buildServer.vcs with parameters of type VcsUrl Modifier and Type Method Description Map<String,String>
ContextAwareUrlSupport. convertToVcsRootProperties(VcsUrl url, VcsOperationContext context)
Converts the given url to a set of VCS root properties valid enough for creating a VCS root.Map<String,String>
UrlSupport. convertToVcsRootProperties(VcsUrl url)
Converts the given url to a set of VCS root properties valid enough for creating a VCS root. -
Uses of VcsUrl in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsUrl Modifier and Type Method Description SVcsRoot
VcsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
SVcsRoot
VcsRootsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
-