Modifier and Type | Interface and Description |
---|---|
interface |
Task
One initialization task
|
Modifier and Type | Field and Description |
---|---|
static Executable |
Executable.NOOP
No-op implementation.
|
Modifier and Type | Method and Description |
---|---|
TaskGraphBuilder.Handle |
TaskGraphBuilder.add(java.lang.String displayName,
Executable e)
Adds a new work unit and returns its handle, which can then be used to set up dependencies among them.
|
Copyright © 2014. All Rights Reserved.