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