Interface FileDownloadFinishEvent
- All Superinterfaces:
- FileDownloadProgressEvent,- FinishEvent,- ProgressEvent
An event that indicates the completion of a file download.
- Since:
- 7.3
- 
Method SummaryModifier and TypeMethodDescriptionReturns the result of the finished operation.Methods inherited from interface org.gradle.tooling.events.download.FileDownloadProgressEventgetDescriptorMethods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTime
- 
Method Details- 
getResultFileDownloadResult getResult()Description copied from interface:FinishEventReturns the result of the finished operation.- Specified by:
- getResultin interface- FinishEvent
- Returns:
- the result of the finished operation
 
 
-