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 voidProjectManager. removeProject(String internalProjectId)Removes project from the current list of projects.BackgroundPersistTaskProjectManagerEx. 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 voidProjectEx. 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 voidSecuredProjectManager. removeProject(String internalProjectId)BackgroundPersistTaskSecuredProjectManager. 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 voidProjectManagerImpl. removeProject(String internalProjectId)BackgroundPersistTaskProjectManagerImpl. removeProjectLater(ConfigAction cause, SProject project)
-