Uses of Interface
com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem
-
Packages that use FunctionalTaskItem 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. -
-
Uses of FunctionalTaskItem in com.microsoft.azure.management.resources.fluentcore.dag
Methods in com.microsoft.azure.management.resources.fluentcore.dag with parameters of type FunctionalTaskItem Modifier and Type Method Description voidPostRunTaskCollection. add(FunctionalTaskItem taskItem)Adds a "Post Run" task to the collection.protected StringIndexableTaskItem. addDependency(FunctionalTaskItem dependency)Add a dependency task item for this task item.StringTaskGroup. addDependency(FunctionalTaskItem dependencyTaskItem)Mark root of this task task group depends on the given TaskItem.StringIndexableTaskItem. addPostRunDependent(FunctionalTaskItem dependent)Add a "post-run" dependent task item for this task item.StringTaskGroup. addPostRunDependent(FunctionalTaskItem dependentTaskItem)Mark the given TaskItem depends on this taskGroup.static IndexableTaskItemIndexableTaskItem. create(FunctionalTaskItem taskItem)Creates an IndexableTaskItem from provided FunctionalTaskItem.
-