void |
PostRunTaskCollection.add(FunctionalTaskItem taskItem) |
Adds a "Post Run" task to the collection.
|
protected String |
IndexableTaskItem.addDependency(FunctionalTaskItem dependency) |
Add a dependency task item for this task item.
|
String |
TaskGroup.addDependency(FunctionalTaskItem dependencyTaskItem) |
Mark root of this task task group depends on the given TaskItem.
|
String |
IndexableTaskItem.addPostRunDependent(FunctionalTaskItem dependent) |
Add a "post-run" dependent task item for this task item.
|
String |
TaskGroup.addPostRunDependent(FunctionalTaskItem dependentTaskItem) |
Mark the given TaskItem depends on this taskGroup.
|
String |
TaskGroup.addPostRunDependent(FunctionalTaskItem dependentTaskItem,
ResourceManagerUtils.InternalRuntimeContext internalContext) |
Mark the given TaskItem depends on this taskGroup.
|
static IndexableTaskItem |
IndexableTaskItem.create(FunctionalTaskItem taskItem) |
Creates an IndexableTaskItem from provided FunctionalTaskItem.
|
static IndexableTaskItem |
IndexableTaskItem.create(FunctionalTaskItem taskItem,
ResourceManagerUtils.InternalRuntimeContext internalContext) |
Creates an IndexableTaskItem from provided FunctionalTaskItem.
|