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 |
---|---|
TaskGroup |
TaskGroup.HasTaskGroup.taskGroup() |
TaskGroup |
TaskGroup.InvocationContext.taskGroup() |
TaskGroup |
IndexableTaskItem.taskGroup() |
Modifier and Type | Method and Description |
---|---|
void |
TaskGroup.addDependencyTaskGroup(TaskGroup dependencyTaskGroup)
Mark root of this task task group depends on the given task group's root.
|
void |
TaskGroup.addPostRunDependentTaskGroup(TaskGroup dependentTaskGroup)
Mark root of the given task group depends on this task group's root.
|
boolean |
TaskGroup.dependsOn(TaskGroup taskGroup)
Checks this TaskGroup depends on the given TaskGroup.
|
Constructor and Description |
---|
PostRunTaskCollection(TaskGroup dependsOnTaskGroup)
Creates PostRunTaskCollection.
|
Copyright © 2019. All rights reserved.