Modifier and Type | Method and Description |
---|---|
TaskGraphBuilder.Handle |
TaskGraphBuilder.add(String displayName,
Executable e)
Adds a new work unit and returns its handle, which can then be used to set up dependencies among them.
|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.attains(Collection<? extends Milestone> m) |
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.attains(Milestone m)
Designates that the execution of this task contributes to the given milestone.
|
TaskGraphBuilder.Handle |
TaskGraphBuilder.Handle.requires(Collection<? extends Milestone> m) |
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.
|
Copyright © 2015. All rights reserved.