Package org.gradle.api.execution
Classes for managing and monitoring build execution.
-
Interface Summary Interface Description TaskActionListener ATaskActionListeneris notified of the actions that a task performs.TaskExecutionGraph ATaskExecutionGraphis responsible for managing the execution of theTaskinstances which are part of the build.TaskExecutionGraphListener ATaskExecutionGraphListeneris notified when theTaskExecutionGraphhas been populated.TaskExecutionListener ATaskExecutionListeneris notified of the execution of the tasks in a build. -
Class Summary Class Description TaskExecutionAdapter ATaskExecutionListeneradapter class for receiving task execution events.