public interface TaskGraphExecuter extends TaskExecutionGraph
| Modifier and Type | Method and Description |
|---|---|
void |
addTasks(Iterable<? extends Task> tasks)
Adds the given tasks and their dependencies to this graph.
|
void |
execute()
Executes the tasks in this graph.
|
void |
useFailureHandler(TaskFailureHandler handler)
Sets the handler to use when a task fails.
|
void |
useFilter(Spec<? super Task> filter)
Sets the filter to use when adding tasks to this graph.
|
addTaskExecutionGraphListener, addTaskExecutionListener, afterTask, beforeTask, getAllTasks, hasTask, hasTask, removeTaskExecutionGraphListener, removeTaskExecutionListener, whenReadyvoid useFilter(Spec<? super Task> filter)
void addTasks(Iterable<? extends Task> tasks)
void execute()
void useFailureHandler(TaskFailureHandler handler)
Copyright © 2013. All rights reserved