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 VcsRootScopeSVcsRootUsages. getScope()Returns scope of this VCS rootstatic VcsRootScopeVcsRootScope. globalScope()Use to create global scopestatic VcsRootScopeVcsRootScope. projectScope(String projectInternalId)Use to create project scopestatic VcsRootScopeVcsRootScope. projectScope(SBuildType buildType)Use to create project scopestatic VcsRootScopeVcsRootScope. 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 VcsRootScopeDeletedVcsRoot. getScope()VcsRootScopeInaccessibleVcsRoot. getScope()VcsRootScopeSVcsRootImpl. getScope()VcsRootScopeVcsRootInstanceImpl. getScope()Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsRootScope Modifier and Type Method Description SVcsRootVcsManagerImpl. createNewVcsRoot(VcsUrl url, String name, VcsRootScope scope)SVcsRootVcsRootsManagerImpl. 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)
-