Uses of Class
jetbrains.buildServer.serverSide.ProjectRemoveFailedException
-
-
Uses of ProjectRemoveFailedException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw ProjectRemoveFailedException Modifier and Type Method Description void
ProjectManager. removeProject(String internalProjectId)
Removes project from the current list of projects.BackgroundPersistTask
ProjectManagerEx. removeProjectLater(ConfigAction cause, SProject project)
Removes the specified project in background -
Uses of ProjectRemoveFailedException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw ProjectRemoveFailedException Modifier and Type Method Description void
ProjectEx. unregister()
Tries to unregister this project from the model. -
Uses of ProjectRemoveFailedException in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth that throw ProjectRemoveFailedException Modifier and Type Method Description void
SecuredProjectManager. removeProject(String internalProjectId)
BackgroundPersistTask
SecuredProjectManager. removeProjectLater(ConfigAction cause, SProject project)
-
Uses of ProjectRemoveFailedException in jetbrains.buildServer.serverSide.impl.projects
Methods in jetbrains.buildServer.serverSide.impl.projects that throw ProjectRemoveFailedException Modifier and Type Method Description void
ProjectManagerImpl. removeProject(String internalProjectId)
BackgroundPersistTask
ProjectManagerImpl. removeProjectLater(ConfigAction cause, SProject project)
-