Interface ProjectConfigurationProgressEvent
- All Superinterfaces:
- ProgressEvent
- All Known Subinterfaces:
- ProjectConfigurationFinishEvent,- ProjectConfigurationStartEvent
Root interface for all events that signal progress while configuring a project.
- Since:
- 5.1
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the project configuration operation for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTime
- 
Method Details- 
getDescriptorProjectConfigurationOperationDescriptor getDescriptor()Returns the description of the project configuration operation for which progress is reported.- Specified by:
- getDescriptorin interface- ProgressEvent
- Returns:
- The description of the underlying project configuration operation.
 
 
-