| 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 | Class and Description |
|---|---|
class |
IndexableTaskItem
An index-able TaskItem with a TaskGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskGroup.addDependency(TaskGroup.HasTaskGroup hasTaskGroup)
Mark root of this task task group depends on the given item's taskGroup.
|
protected String |
IndexableTaskItem.addDependency(TaskGroup.HasTaskGroup dependency)
Add a dependency for this task item.
|
void |
TaskGroup.addPostRunDependent(TaskGroup.HasTaskGroup hasTaskGroup)
Mark the given item with taskGroup depends on this taskGroup.
|
String |
IndexableTaskItem.addPostRunDependent(TaskGroup.HasTaskGroup dependent)
Add a "post-run" dependent for this task item.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/