Package org.gradle.api.execution
@NonNullApi
package org.gradle.api.execution
Classes for managing and monitoring build execution.
-
ClassDescriptionA
TaskActionListeneris notified of the actions that a task performs.ATaskExecutionListeneradapter class for receiving task execution events.ATaskExecutionGraphis responsible for managing the execution of theTaskinstances which are part of the build.ATaskExecutionGraphListeneris notified when theTaskExecutionGraphhas been populated.ATaskExecutionListeneris notified of the execution of the tasks in a build.