api / org.gradle.api.execution / TaskExecutionGraphListener / graphPopulated

graphPopulated

abstract fun graphPopulated(graph: TaskExecutionGraph): Unit

This method is called when the TaskExecutionGraph has been populated, and before any tasks are executed.

Parameters

graph - The graph. Never null.