gradle
8.3-rc-4
Java API
gradle
/
org.gradle.tooling.events.download
/
FileDownloadOperationDescriptor
File
Download
Operation
Descriptor
Java API
interface
FileDownloadOperationDescriptor
:
OperationDescriptor
Describes the details of a file that is downloaded.
Members
Functions
get
Display
Name
Link copied to clipboard
Java API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
Java API
abstract
fun
getParent
(
)
:
OperationDescriptor
get
Uri
Link copied to clipboard
Java API
abstract
fun
getUri
(
)
:
URI
Returns the URI that the file is downloaded from.