Package org.gradle.api.execution
@NonNullApi
package org.gradle.api.execution
Classes for managing and monitoring build execution.
-
ClassDescriptionDeprecated.This type is not supported when configuration caching is enabled.A
TaskExecutionListener
adapter class for receiving task execution events.ATaskExecutionGraph
is responsible for managing the execution of theTask
instances which are part of the build.ATaskExecutionGraphListener
is notified when theTaskExecutionGraph
has been populated.Deprecated.This type is not supported when configuration caching is enabled.