Interface FileDownloadProgressEvent
- All Superinterfaces:
- ProgressEvent
- All Known Subinterfaces:
- FileDownloadFinishEvent,- FileDownloadStartEvent
An event related to the progress of file download.
- Since:
- 7.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the operation for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTime
- 
Method Details- 
getDescriptorFileDownloadOperationDescriptor getDescriptor()Description copied from interface:ProgressEventReturns the description of the operation for which progress is reported.- Specified by:
- getDescriptorin interface- ProgressEvent
- Returns:
- The description of the operation.
 
 
-