Uses of Class
com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of TaskGroup in com.microsoft.azure.management.resources.fluentcore.dag
Modifier and TypeMethodDescriptionIndexableTaskItem.taskGroup()
TaskGroup.HasTaskGroup.taskGroup()
TaskGroup.InvocationContext.taskGroup()
Modifier and TypeMethodDescriptionvoid
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
Checks this TaskGroup depends on the given TaskGroup.ModifierConstructorDescriptionPostRunTaskCollection
(TaskGroup dependsOnTaskGroup) Creates PostRunTaskCollection.