Class PostRunTaskCollection
java.lang.Object
com.microsoft.azure.management.resources.fluentcore.dag.PostRunTaskCollection
A collection of "Post Run" tasks.
-
Constructor Summary
ConstructorDescriptionPostRunTaskCollection
(TaskGroup dependsOnTaskGroup) Creates PostRunTaskCollection. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(FunctionalTaskItem taskItem) Adds a "Post Run" task to the collection.void
add
(IndexableTaskItem taskItem) Adds a "Post Run" task to the collection.void
clear()
Clears the result produced by all "Post Run" tasks in the collection.
-
Constructor Details
-
PostRunTaskCollection
Creates PostRunTaskCollection.- Parameters:
dependsOnTaskGroup
- the task group in which "Post Run" tasks in the collection depends on
-
-
Method Details
-
add
Adds a "Post Run" task to the collection.- Parameters:
taskItem
- the "Post Run" task
-
add
Adds a "Post Run" task to the collection.- Parameters:
taskItem
- the "Post Run" task
-
clear
public void clear()Clears the result produced by all "Post Run" tasks in the collection.
-