Uses of Class
jetbrains.buildServer.serverSide.ProjectNotFoundException
-
-
Uses of ProjectNotFoundException in jetbrains.buildServer.controllers
Methods in jetbrains.buildServer.controllers that throw ProjectNotFoundException Modifier and Type Method Description SProject
ProjectFinder. getProject()
-
Uses of ProjectNotFoundException in jetbrains.buildServer.controllers.profile.notifications
Methods in jetbrains.buildServer.controllers.profile.notifications that throw ProjectNotFoundException Modifier and Type Method Description NotificationRule
NotificationRulesForm.EditableNotificationRule. toNotificationRule()
-
Uses of ProjectNotFoundException in jetbrains.buildServer.serverSide.impl.runType
Methods in jetbrains.buildServer.serverSide.impl.runType that throw ProjectNotFoundException Modifier and Type Method Description SProject
ProjectRunType. getOwnerProject()
-
Uses of ProjectNotFoundException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw ProjectNotFoundException Modifier and Type Method Description void
SVcsRootUpdate. persist()
Persists this VCS root on diskvoid
SVcsRootUpdate. remove()
Removes this VCS root from it's project. -
Uses of ProjectNotFoundException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw ProjectNotFoundException Modifier and Type Method Description ProjectEx
DeletedVcsRoot. getProject()
ProjectEx
InaccessibleVcsRoot. getProject()
void
DeletedVcsRoot. persist()
void
InaccessibleVcsRoot. persist()
-