org.jvnet.hudson.reactor
public interface Task extends Executable
NOOP
Modifier and Type | Method and Description |
---|---|
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.
|
run
java.util.Collection<? extends Milestone> requires()
java.util.Collection<? extends Milestone> attains()
java.lang.String getDisplayName()
boolean failureIsFatal()
Copyright © 2014. All Rights Reserved.