Package org.gradle.tooling.events.task
Interface TaskProgressEvent
- All Superinterfaces:
- ProgressEvent
- All Known Subinterfaces:
- TaskFinishEvent,- TaskStartEvent
Root interface for all events that signal progress while executing a task.
- Since:
- 2.5
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the task for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTime
- 
Method Details- 
getDescriptorTaskOperationDescriptor getDescriptor()Returns the description of the task for which progress is reported.- Specified by:
- getDescriptorin interface- ProgressEvent
- Returns:
- The description of the underlying task operation.
 
 
-