Package | Description |
---|---|
com.microsoft.azure.management.resources.fluentcore.dag |
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
|
Modifier and Type | Method and Description |
---|---|
void |
PostRunTaskCollection.add(FunctionalTaskItem taskItem)
Adds a "Post Run" task to the collection.
|
String |
TaskGroup.addDependency(FunctionalTaskItem dependencyTaskItem)
Mark root of this task task group depends on the given TaskItem.
|
protected String |
IndexableTaskItem.addDependency(FunctionalTaskItem dependency)
Add a dependency task item for this task item.
|
String |
TaskGroup.addPostRunDependent(FunctionalTaskItem dependentTaskItem)
Mark the given TaskItem depends on this taskGroup.
|
String |
IndexableTaskItem.addPostRunDependent(FunctionalTaskItem dependent)
Add a "post-run" dependent task item for this task item.
|
static IndexableTaskItem |
IndexableTaskItem.create(FunctionalTaskItem taskItem)
Creates an IndexableTaskItem from provided FunctionalTaskItem.
|
Copyright © 2019. All rights reserved.