Uses of Class
hudson.init.TermMilestone
-
Packages that use TermMilestone Package Description hudson.init Logic for Hudson startup. -
-
Uses of TermMilestone in hudson.init
Methods in hudson.init that return TermMilestone Modifier and Type Method Description TermMilestone
after()
Indicates that the specified milestone is necessary before executing this terminator.TermMilestone
before()
Indicates that this terminator is a necessary step before achieving the specified milestone.static TermMilestone
TermMilestone. valueOf(String name)
Returns the enum constant of this type with the specified name.static TermMilestone[]
TermMilestone. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-