Uses of Class
hudson.init.InitMilestone
-
Packages that use InitMilestone Package Description hudson.init Logic for Hudson startup.jenkins jenkins.model -
-
Uses of InitMilestone in hudson.init
Methods in hudson.init that return InitMilestone Modifier and Type Method Description InitMilestone
after()
Indicates that the specified milestone is necessary before executing this initializer.InitMilestone
before()
Indicates that this initializer is a necessary step before achieving the specified milestone.static InitMilestone
InitMilestone. valueOf(String name)
Returns the enum constant of this type with the specified name.static InitMilestone[]
InitMilestone. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InitMilestone in jenkins
Methods in jenkins with parameters of type InitMilestone Modifier and Type Method Description protected void
InitReactorRunner. onInitMilestoneAttained(InitMilestone milestone)
Called when the init milestone is attained. -
Uses of InitMilestone in jenkins.model
Methods in jenkins.model that return InitMilestone Modifier and Type Method Description InitMilestone
Jenkins. getInitLevel()
Gets the initialization milestone that we've already reached.
-