Uses of Interface
com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of FunctionalTaskItem in com.microsoft.azure.management.resources.fluentcore.dag
Modifier and TypeMethodDescriptionvoid
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.TaskGroup.addDependency
(FunctionalTaskItem dependencyTaskItem) Mark root of this task task group depends on the given TaskItem.IndexableTaskItem.addPostRunDependent
(FunctionalTaskItem dependent) Add a "post-run" dependent task item for this task item.TaskGroup.addPostRunDependent
(FunctionalTaskItem dependentTaskItem) Mark the given TaskItem depends on this taskGroup.static IndexableTaskItem
IndexableTaskItem.create
(FunctionalTaskItem taskItem) Creates an IndexableTaskItem from provided FunctionalTaskItem.