toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.download
/
FileDownloadNotFoundResult
File
Download
Not
Found
Result
API
@
Incubating
interface
FileDownloadNotFoundResult
:
FileDownloadResult
,
SuccessResult
(
source
)
The result of a file download operation with file not found.
Since
8.1
Members
Functions
get
Bytes
Downloaded
Link copied to clipboard
API
abstract
fun
getBytesDownloaded
(
)
:
Long
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long