gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.tooling.events.lifecycle
/
BuildPhaseProgressEvent
Build
Phase
Progress
Event
API
@
Incubating
interface
BuildPhaseProgressEvent
:
ProgressEvent
(
source
)
Event describing the build phase.
Since
7.6
Inheritors
BuildPhaseStartEvent
BuildPhaseFinishEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
BuildPhaseOperationDescriptor
Returns the description of the operation for which progress is reported.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human consumable short description of the event.
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
Returns the time this event was triggered.