Uses of Class
jetbrains.buildServer.maintenance.StartupStage
-
Packages that use StartupStage Package Description jetbrains.buildServer.maintenance -
-
Uses of StartupStage in jetbrains.buildServer.maintenance
Methods in jetbrains.buildServer.maintenance that return StartupStage Modifier and Type Method Description StartupStage
StartupPageSpecificInfo. getCurrentStage()
StartupStage
StartupContext. getCurrStage()
StartupStage
StartupContext. getNextStage()
StartupStage
StartupContext. getPreviousStage()
Returns the previous startup stage.static StartupStage
StartupStage. valueOf(String name)
Returns the enum constant of this type with the specified name.static StartupStage[]
StartupStage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.maintenance that return types with arguments of type StartupStage Modifier and Type Method Description Collection<StartupStage>
DebugBean. getAllStages()
Methods in jetbrains.buildServer.maintenance with parameters of type StartupStage Modifier and Type Method Description void
StartupContext. proposeNextStage(StartupStage nextStage, StartupStage... subsequentStages)
Sets the next stage.
-