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 booleanBuildTypeSettings. 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 booleanBuildTypeSettingsImpl. addVcsRoot(SVcsRoot root)booleanBuildTypeTemplateImpl. addVcsRoot(SVcsRoot root)booleanDummyBuildType. addVcsRoot(SVcsRoot root)booleanEditableBuildTypeCopy. addVcsRoot(SVcsRoot root)booleanEditableTemplateCopy. addVcsRoot(SVcsRoot root)booleanInaccessibleTemplate. 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 voidSecuredVcsManager. attachTo(SBuildType buildType, SVcsRoot vcsRoot)voidSecuredVcsRoot. 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 voidBuildTypeVcsRootsHolder. 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 VcsRootInstanceSVcsModification. 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 voidSVcsRootImpl. moveToProject(SProject target)
-