toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.download
/
FileDownloadFinishEvent
File
Download
Finish
Event
API
interface
FileDownloadFinishEvent
:
FileDownloadProgressEvent
,
FinishEvent
(
source
)
An event that indicates the completion of a file download.
Since
7.3
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
abstract
fun
getDescriptor
(
)
:
FileDownloadOperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
get
Result
Link copied to clipboard
API
abstract
fun
getResult
(
)
:
FileDownloadResult