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 StartupStageStartupPageSpecificInfo. getCurrentStage()StartupStageStartupContext. getCurrStage()StartupStageStartupContext. getNextStage()StartupStageStartupContext. getPreviousStage()Returns the previous startup stage.static StartupStageStartupStage. 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 voidStartupContext. proposeNextStage(StartupStage nextStage, StartupStage... subsequentStages)Sets the next stage.
-