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