api / org.gradle.tooling.events / StartEvent

StartEvent

interface StartEvent : ProgressEvent

An event that informs about an operation having started its execution.

Since
2.4

Inherited Functions

getDescriptor

abstract fun getDescriptor(): OperationDescriptor

Returns the description of the operation for which progress is reported.

getDisplayName

abstract fun getDisplayName(): String

Returns a human consumable short description of the event.

getEventTime

abstract fun getEventTime(): Long

Returns the time this event was triggered.

Inheritors

TaskStartEvent

interface TaskStartEvent : TaskProgressEvent, StartEvent

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

TestStartEvent

interface TestStartEvent : TestProgressEvent, StartEvent

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