toggle menu
gradle
8.11
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.work
/
WorkItemProgressEvent
Work
Item
Progress
Event
API
interface
WorkItemProgressEvent
:
ProgressEvent
(
source
)
Root interface for all events that signal progress while executing a work item.
Since
5.1
Inheritors
WorkItemStartEvent
WorkItemFinishEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
WorkItemOperationDescriptor
Returns the description of the work item for which progress is reported.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long