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