public final class PostRunTaskCollection extends Object
| Constructor and Description |
|---|
PostRunTaskCollection(TaskGroup dependsOnTaskGroup)
Creates PostRunTaskCollection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
public PostRunTaskCollection(TaskGroup dependsOnTaskGroup)
dependsOnTaskGroup - the task group in which "Post Run" tasks in the collection depends onpublic void add(IndexableTaskItem taskItem)
taskItem - the "Post Run" taskpublic void add(FunctionalTaskItem taskItem)
taskItem - the "Post Run" taskpublic void clear()
Copyright © 2019. All rights reserved.