Uses of Class
jetbrains.buildServer.vcs.VcsRootScope
-
Packages that use VcsRootScope Package Description jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of VcsRootScope in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type VcsRootScope Modifier and Type Method Description List<SVcsRoot>
SecuredVcsManager. findUnusedVcsRootsByScope(VcsRootScope scope)
List<SVcsRoot>
SecuredVcsManager. findVcsRootsByScope(VcsRootScope scope)
-
Uses of VcsRootScope in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return VcsRootScope Modifier and Type Method Description VcsRootScope
SVcsRootUsages. getScope()
Returns scope of this VCS rootstatic VcsRootScope
VcsRootScope. globalScope()
Use to create global scopestatic VcsRootScope
VcsRootScope. projectScope(String projectInternalId)
Use to create project scopestatic VcsRootScope
VcsRootScope. projectScope(SBuildType buildType)
Use to create project scopestatic VcsRootScope
VcsRootScope. projectScope(SProject project)
Use to create project scopeMethods in jetbrains.buildServer.vcs with parameters of type VcsRootScope Modifier and Type Method Description List<SVcsRoot>
VcsRootsManager. findUnusedVcsRootsByScope(VcsRootScope scope)
Returns list of VCS roots having specified scope and having no usages in build configurations.List<SVcsRoot>
VcsRootsManager. findVcsRootsByScope(VcsRootScope scope)
Returns all VCS roots having specified scope. -
Uses of VcsRootScope in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return VcsRootScope Modifier and Type Method Description VcsRootScope
DeletedVcsRoot. getScope()
VcsRootScope
InaccessibleVcsRoot. getScope()
VcsRootScope
SVcsRootImpl. getScope()
VcsRootScope
VcsRootInstanceImpl. getScope()
Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRootScope Modifier and Type Method Description SVcsRoot
VcsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
SVcsRoot
VcsRootsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)
List<SVcsRoot>
VcsManagerImpl. findUnusedVcsRootsByScope(VcsRootScope scope)
List<SVcsRoot>
VcsRootsManagerImpl. findUnusedVcsRootsByScope(VcsRootScope scope)
List<SVcsRoot>
VcsManagerImpl. findVcsRootsByScope(VcsRootScope scope)
List<SVcsRoot>
VcsRootsManagerImpl. findVcsRootsByScope(VcsRootScope scope)
-