Uses of Class
jetbrains.buildServer.vcs.VcsRootNotFoundException
-
-
Uses of VcsRootNotFoundException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw VcsRootNotFoundException Modifier and Type Method Description boolean
BuildTypeSettings. addVcsRoot(SVcsRoot root)
Adds VCS root to the build configuration with default checkout rules. -
Uses of VcsRootNotFoundException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw VcsRootNotFoundException Modifier and Type Method Description boolean
BuildTypeSettingsImpl. addVcsRoot(SVcsRoot root)
boolean
BuildTypeTemplateImpl. addVcsRoot(SVcsRoot root)
boolean
DummyBuildType. addVcsRoot(SVcsRoot root)
boolean
EditableBuildTypeCopy. addVcsRoot(SVcsRoot root)
boolean
EditableTemplateCopy. addVcsRoot(SVcsRoot root)
boolean
InaccessibleTemplate. addVcsRoot(SVcsRoot root)
-
Uses of VcsRootNotFoundException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw VcsRootNotFoundException Modifier and Type Method Description void
SecuredVcsManager. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
void
SecuredVcsRoot. moveToProject(SProject target)
-
Uses of VcsRootNotFoundException in jetbrains.buildServer.serverSide.vcs
Methods in jetbrains.buildServer.serverSide.vcs that throw VcsRootNotFoundException Modifier and Type Method Description void
BuildTypeVcsRootsHolder. attachTo(SBuildType buildType, SVcsRoot vcsRoot)
-
Uses of VcsRootNotFoundException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw VcsRootNotFoundException Modifier and Type Method Description VcsRootInstance
SVcsModification. getVcsRoot()
For non-personal modifications returns VCS root where this modification occurred. -
Uses of VcsRootNotFoundException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw VcsRootNotFoundException Modifier and Type Method Description void
SVcsRootImpl. moveToProject(SProject target)
-