toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.lifecycle
Package-level
declarations
API
Build lifecycle interfaces and classes related to event notifications.
Types
Types
Build
Phase
Finish
Event
Link copied to clipboard
API
@
Incubating
interface
BuildPhaseFinishEvent
:
BuildPhaseProgressEvent
,
FinishEvent
An event that marks the finish of a build phase.
Build
Phase
Operation
Descriptor
Link copied to clipboard
API
@
Incubating
interface
BuildPhaseOperationDescriptor
:
OperationDescriptor
A descriptor of a build phase operation.
Build
Phase
Progress
Event
Link copied to clipboard
API
@
Incubating
interface
BuildPhaseProgressEvent
:
ProgressEvent
Event describing the build phase.
Build
Phase
Start
Event
Link copied to clipboard
API
@
Incubating
interface
BuildPhaseStartEvent
:
BuildPhaseProgressEvent
,
StartEvent
An event that marks the start of a build phase.