Uses of Class
jetbrains.buildServer.serverSide.InvalidNameException
-
Packages that use InvalidNameException Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl.auth jetbrains.buildServer.serverSide.impl.projects jetbrains.buildServer.vcs -
-
Uses of InvalidNameException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw InvalidNameException Modifier and Type Method Description SProject
ProjectManager. copyProject(SProject originalProject, SProject targetParent, CopyOptions options)
Copies the given project with all subprojects into another project.SProject
ProjectManager. createProject(String projectName)
Creates new project with specified name (name is case insensitive) and automatically generated external id.SProject
ProjectManager. createProject(SProject originalProject, String newProjectName, CopyOptions options)
ProjectEx
ProjectManagerEx. createProject(String projectName)
Creates new project with specified name (name is case insensitive).SProject
SProject. createProject(String externalId, String projectName)
Creates new sub project in this project -
Uses of InvalidNameException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw InvalidNameException Modifier and Type Method Description SProject
SecuredProjectManager. copyProject(SProject originalProject, SProject parentOfCopy, CopyOptions options)
-
Uses of InvalidNameException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw InvalidNameException Modifier and Type Method Description ProjectEx
ProjectImpl. createProject(String externalId, String projectName)
ProjectEx
ProjectImpl. createProjectNoAudit(String externalId, String projectName)
ProjectEx
ProjectImpl. createProjectNoAudit(String externalId, String projectName, boolean archived)
static void
ProjectUtil. validateProjectName(String name)
-
Uses of InvalidNameException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw InvalidNameException Modifier and Type Method Description void
SVcsRootUpdate. setName(String newName)
Sets new name to this VCS root.
-