Groovy Documentation

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


public interface TaskExecutionGraphListener

A TaskExecutionGraphListener is notified when the TaskExecutionGraph has been populated. You can use this interface in your build file to perform some action based on the contents of the graph, before any tasks are actually executed.


Groovy Documentation