gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling.events.lifecycle
/
BuildPhaseFinishEvent
Build
Phase
Finish
Event
@
Incubating
interface
BuildPhaseFinishEvent
:
BuildPhaseProgressEvent
,
FinishEvent
An event that marks the finish of a build phase.
Members
Functions
get
Descriptor
Link copied to clipboard
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
abstract
fun
getDescriptor
(
)
:
BuildPhaseOperationDescriptor
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
abstract
fun
getEventTime
(
)
:
Long
get
Result
Link copied to clipboard
abstract
fun
getResult
(
)
:
OperationResult