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 Summary
Modifier and TypeMethodDescriptionReturns the description of the task for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime 
- 
Method Details
- 
getDescriptor
TaskOperationDescriptor getDescriptor()Returns the description of the task for which progress is reported.- Specified by:
 getDescriptorin interfaceProgressEvent- Returns:
 - The description of the underlying task operation.
 
 
 -