public interface Task extends Executable
NOOP
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getDisplayName()
Human readable description of this task.
|
Collection<? extends Milestone> |
requires()
Indicates the milestones necessary before executing this.
|
run
Collection<? extends Milestone> requires()
Collection<? extends Milestone> attains()
String getDisplayName()
boolean failureIsFatal()
Copyright © 2016. All rights reserved.