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
/
FileDownloadOperationDescriptor
File
Download
Operation
Descriptor
API
interface
FileDownloadOperationDescriptor
:
OperationDescriptor
(
source
)
Describes the details of a file that is downloaded.
Since
7.3
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
abstract
fun
getParent
(
)
:
@
Nullable
OperationDescriptor
get
Uri
Link copied to clipboard
API
abstract
fun
getUri
(
)
:
URI
Returns the URI that the file is downloaded from.