|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.execution.TaskExecutionGraphorg.gradle.execution.TaskExecuter
interface TaskExecuter extends TaskExecutionGraph
Method Summary | |
---|---|
void
|
addTasks(java.lang.Iterable tasks)
Adds the given tasks and their dependencies to this graph. |
void
|
execute()
Executes the tasks in this graph. |
void
|
execute(java.lang.Iterable tasks)
Adds the given tasks and their dependencies to this graph, then executes all the tasks in this graph. |
Methods inherited from interface TaskExecutionGraph | |
---|---|
addTaskExecutionGraphListener, addTaskExecutionListener, afterTask, beforeTask, getAllTasks, hasTask, hasTask, removeTaskExecutionGraphListener, removeTaskExecutionListener, whenReady |
Method Detail |
---|
public void addTasks(java.lang.Iterable tasks)
public void execute()
public void execute(java.lang.Iterable tasks)
Groovy Documentation