Uses of Class
jetbrains.buildServer.vcs.DuplicateVcsRootNameException
-
-
Uses of DuplicateVcsRootNameException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw DuplicateVcsRootNameException Modifier and Type Method Description SVcsRoot
SProject. createVcsRoot(String vcsName, String externalId, String name)
Creates new VCS root in this projectSVcsRoot
SProject. createVcsRoot(String vcsName, String name, Map<String,String> params)
Creates new VCS root in this project -
Uses of DuplicateVcsRootNameException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw DuplicateVcsRootNameException Modifier and Type Method Description SVcsRootEx
SecuredProject. createVcsRoot(String vcsName, String externalId, String name)
void
SecuredVcsRoot. moveToProject(ConfigAction cause, SProject target)
-
Uses of DuplicateVcsRootNameException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw DuplicateVcsRootNameException Modifier and Type Method Description SVcsRootEx
ProjectImpl. createVcsRoot(String vcsName, String externalId, String name)
-
Uses of DuplicateVcsRootNameException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw DuplicateVcsRootNameException Modifier and Type Method Description void
SVcsRootUpdate. moveToProject(ConfigAction cause, SProject target)
Moves this VCS root to specified target project.void
SVcsRootUpdate. moveToProject(SProject target)
Moves this VCS root to specified target project.void
SVcsRootUpdate. setName(String newName)
Sets new name to this VCS root. -
Uses of DuplicateVcsRootNameException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw DuplicateVcsRootNameException Modifier and Type Method Description void
DeletedVcsRoot. moveToProject(ConfigAction cause, SProject target)
void
InaccessibleVcsRoot. moveToProject(ConfigAction cause, SProject target)
void
SVcsRootImpl. moveToProject(ConfigAction cause, SProject target)
-