api / org.gradle.tooling.events.task

Package org.gradle.tooling.events.task

Types

TaskFailureResult

interface TaskFailureResult : TaskOperationResult, FailureResult

Describes how a task operation finished with failures.

TaskFinishEvent

interface TaskFinishEvent : TaskProgressEvent, FinishEvent

An event that informs about a task having finished its execution. You can query the result of the task using #getResult().

TaskOperationDescriptor

interface TaskOperationDescriptor : OperationDescriptor

Describes a task operation for which an event has occurred.

TaskOperationResult

interface TaskOperationResult : OperationResult

Describes the result of running a task operation.

TaskProgressEvent

interface TaskProgressEvent : ProgressEvent

Root interface for all events that signal progress while executing a task.

TaskSkippedResult

interface TaskSkippedResult : TaskOperationResult, SkippedResult

Describes how a task operation was skipped.

TaskStartEvent

interface TaskStartEvent : TaskProgressEvent, StartEvent

An event that informs about a task having started its execution.

TaskSuccessResult

interface TaskSuccessResult : TaskOperationResult, SuccessResult

Describes how a task operation finished successfully.