Package org.gradle.api.execution
Classes for managing and monitoring build execution.
-
Interface Summary Interface Description TaskActionListener Deprecated. This type is not supported when configuration caching is enabled.TaskExecutionGraph ATaskExecutionGraph
is responsible for managing the execution of theTask
instances which are part of the build.TaskExecutionGraphListener ATaskExecutionGraphListener
is notified when theTaskExecutionGraph
has been populated.TaskExecutionListener Deprecated. This type is not supported when configuration caching is enabled. -
Class Summary Class Description TaskExecutionAdapter ATaskExecutionListener
adapter class for receiving task execution events.