Class PostRunTaskCollection

java.lang.Object
com.microsoft.azure.management.resources.fluentcore.dag.PostRunTaskCollection

public final class PostRunTaskCollection extends Object
A collection of "Post Run" tasks.
  • Constructor Details

    • PostRunTaskCollection

      public PostRunTaskCollection(TaskGroup dependsOnTaskGroup)
      Creates PostRunTaskCollection.
      Parameters:
      dependsOnTaskGroup - the task group in which "Post Run" tasks in the collection depends on
  • Method Details

    • add

      public void add(IndexableTaskItem taskItem)
      Adds a "Post Run" task to the collection.
      Parameters:
      taskItem - the "Post Run" task
    • add

      public void add(FunctionalTaskItem taskItem)
      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.