gradle
8.4-rc-1
Java API
gradle
/
org.gradle.tooling.events
/
StatusEvent
Status
Event
Java API
interface
StatusEvent
:
ProgressEvent
(
source
)
An event that informs about an interim results of the operation.
Members
Functions
get
Descriptor
Link copied to clipboard
Java API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
Java API
abstract
fun
getEventTime
(
)
:
Long
get
Progress
Link copied to clipboard
Java API
abstract
fun
getProgress
(
)
:
Long
The amount of work already performed by the build operation.
get
Total
Link copied to clipboard
Java API
abstract
fun
getTotal
(
)
:
Long
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
get
Unit
Link copied to clipboard
Java API
abstract
fun
getUnit
(
)
:
String
The measure used to express the amount of work.