toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.download
/
FileDownloadResult
File
Download
Result
API
interface
FileDownloadResult
:
OperationResult
(
source
)
The result of a file download operation.
Since
7.3
Inheritors
FileDownloadNotFoundResult
Members
Functions
get
Bytes
Downloaded
Link copied to clipboard
API
abstract
fun
getBytesDownloaded
(
)
:
Long
Returns the total download size.
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long