|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Task
One initialization task
| Field Summary |
|---|
| Fields inherited from interface org.jvnet.hudson.reactor.Executable |
|---|
NOOP |
| Method Summary | |
|---|---|
java.util.Collection<? extends Milestone> |
attains()
Indicates the milestones that this initializer contributes. |
boolean |
failureIsFatal()
Returns true if the failure of this task is fatal and should break the reactor. |
java.lang.String |
getDisplayName()
Human readable description of this task. |
java.util.Collection<? extends Milestone> |
requires()
Indicates the milestones necessary before executing this. |
| Methods inherited from interface org.jvnet.hudson.reactor.Executable |
|---|
run |
| Method Detail |
|---|
java.util.Collection<? extends Milestone> requires()
java.util.Collection<? extends Milestone> attains()
java.lang.String getDisplayName()
boolean failureIsFatal()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||