gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
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