Class PostRunTaskCollection


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

      • PostRunTaskCollection

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

      • 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.