toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.lifecycle
/
BuildPhaseFinishEvent
Build
Phase
Finish
Event
API
@
Incubating
interface
BuildPhaseFinishEvent
:
BuildPhaseProgressEvent
,
FinishEvent
(
source
)
An event that marks the finish of a build phase.
Since
7.6
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
abstract
fun
getDescriptor
(
)
:
BuildPhaseOperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
get
Result
Link copied to clipboard
API
abstract
fun
getResult
(
)
:
OperationResult