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 SVcsRootSProject. createVcsRoot(String vcsName, String externalId, String name)Creates new VCS root in this projectSVcsRootSProject. 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 SVcsRootExSecuredProject. createVcsRoot(String vcsName, String externalId, String name)voidSecuredVcsRoot. 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 SVcsRootExProjectImpl. 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 voidSVcsRootUpdate. moveToProject(ConfigAction cause, SProject target)Moves this VCS root to specified target project.voidSVcsRootUpdate. moveToProject(SProject target)Moves this VCS root to specified target project.voidSVcsRootUpdate. 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 voidDeletedVcsRoot. moveToProject(ConfigAction cause, SProject target)voidInaccessibleVcsRoot. moveToProject(ConfigAction cause, SProject target)voidSVcsRootImpl. moveToProject(ConfigAction cause, SProject target)
-