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
getDescriptor
Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime
-
Method Details
-
getResult
FileDownloadResult getResult()Description copied from interface:FinishEvent
Returns the result of the finished operation.- Specified by:
getResult
in interfaceFinishEvent
- Returns:
- the result of the finished operation
-