gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events.task
/
TaskProgressEvent
Task
Progress
Event
API
interface
TaskProgressEvent
:
ProgressEvent
(
source
)
Root interface for all events that signal progress while executing a task.
Since
2.5
Inheritors
TaskFinishEvent
TaskStartEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
TaskOperationDescriptor
Returns the description of the task 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