Groovy Documentation

Package org.gradle.api.execution

Classes for managing and monitoring build execution.

 

Interface Summary
TaskActionListener

A TaskWorkListener is notified of the actions that a task performs.

TaskExecutionGraph

A TaskExecutionGraph is responsible for managing the execution of the Task instances which are part of the build.

TaskExecutionGraphListener

A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated.

TaskExecutionListener

A TaskExecutionListener is notified of the execution of the tasks in a build.

 


Groovy Documentation