gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.tooling.events.download
/
FileDownloadNotFoundResult
File
Download
Not
Found
Result
@
Incubating
interface
FileDownloadNotFoundResult
:
FileDownloadResult
,
SuccessResult
The result of a file download operation with file not found.
Members
Functions
get
Bytes
Downloaded
Link copied to clipboard
abstract
fun
getBytesDownloaded
(
)
:
Long
get
End
Time
Link copied to clipboard
abstract
fun
getEndTime
(
)
:
Long
get
Start
Time
Link copied to clipboard
abstract
fun
getStartTime
(
)
:
Long