Groovy Documentation

org.gradle.api.execution
[Java] Interface TaskExecutionListener


public interface TaskExecutionListener

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

You can add a TaskExecutionListener to a build using TaskExecutionGraph.addTaskExecutionListener


Groovy Documentation