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.transform
/
TransformProgressEvent
Transform
Progress
Event
API
interface
TransformProgressEvent
:
ProgressEvent
(
source
)
Root interface for all events that signal progress while executing a transform.
Since
5.1
Inheritors
TransformStartEvent
TransformFinishEvent
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
TransformOperationDescriptor
Returns the description of the transform 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