|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InitMilestone | |
|---|---|
| hudson.init | Logic for Hudson startup. |
| jenkins | |
| jenkins.model | |
| Uses of InitMilestone in hudson.init |
|---|
| Methods in hudson.init that return InitMilestone | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
InitMilestone |
Jenkins.getInitLevel()
Gets the initialization milestone that we've already reached. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||