Interface TransformProgressEvent
- All Superinterfaces:
ProgressEvent
- All Known Subinterfaces:
TransformFinishEvent
,TransformStartEvent
Root interface for all events that signal progress while executing a transform.
- Since:
- 5.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the transform for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime
-
Method Details
-
getDescriptor
TransformOperationDescriptor getDescriptor()Returns the description of the transform for which progress is reported.- Specified by:
getDescriptor
in interfaceProgressEvent
- Returns:
- The description of the underlying transform operation.
-