Interface FileDownloadResult
-
- All Superinterfaces:
OperationResult
- All Known Subinterfaces:
FileDownloadNotFoundResult
public interface FileDownloadResult extends OperationResult
The result of a file download operation.- Since:
- 7.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBytesDownloaded()
Returns the total download size.-
Methods inherited from interface org.gradle.tooling.events.OperationResult
getEndTime, getStartTime
-
-