Interface FileDownloadResult
- All Superinterfaces:
- OperationResult
- All Known Subinterfaces:
- FileDownloadNotFoundResult
The result of a file download operation.
- Since:
- 7.3
- 
Method SummaryMethods inherited from interface org.gradle.tooling.events.OperationResultgetEndTime, getStartTime
- 
Method Details- 
getBytesDownloadedlong getBytesDownloaded()Returns the total download size. Note that this might not be the same as the file size.
 
-