Modifier and Type | Interface and Description |
---|---|
static interface |
TaskGraphBuilder.Handle
Handle to the task.
|
Modifier and Type | Class and Description |
---|---|
class |
MilestoneImpl
Default
Milestone implementation. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Milestone> |
Task.attains()
Indicates the milestones that this initializer contributes.
|
Collection<? extends Milestone> |
Task.requires()
Indicates the milestones necessary before executing this.
|
Modifier and Type | Method and Description |
---|---|
TaskGraphBuilder |
TaskGraphBuilder.attains(Milestone... milestones)
Given milestones will be set as achievements for the next task.
|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.attains(Milestone m)
Designates that the execution of this task contributes to the given milestone.
|
void |
ReactorListener.onAttained(Milestone milestone)
Indicates that the following milestone was attained.
|
void |
ReactorListener.Aggregator.onAttained(Milestone milestone) |
TaskGraphBuilder |
TaskGraphBuilder.requires(Milestone... milestones)
Given milestones will be set as pre-requisites for the next task to be added.
|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.requires(Milestone... m)
Adds pre-requisites to this task.
|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.requires(Milestone m)
Adds a pre-requisite to this task.
|
Modifier and Type | Method and Description |
---|---|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.attains(Collection<? extends Milestone> m) |
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.requires(Collection<? extends Milestone> m) |
Copyright © 2016. All rights reserved.