|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface TaskExecutionListener
A TaskExecutionListener is notified of the execution of the tasks in a build.
You can add a TaskExecutionListener to a build using org.gradle.api.execution.TaskExecutionGraph#addTaskExecutionListener
| Method Summary | |
|---|---|
void
|
afterExecute(Task task, java.lang.Throwable failure)
This method is call immediately after a task has been executed. |
void
|
beforeExecute(Task task)
This method is called immediately before a task is executed. |
| Method Detail |
|---|
public void afterExecute(Task task, java.lang.Throwable failure)
public void beforeExecute(Task task)
Groovy Documentation