Interface FileDownloadOperationDescriptor
- All Superinterfaces:
OperationDescriptor
Describes the details of a file that is downloaded.
- Since:
- 7.3
-
Method Summary
Methods inherited from interface org.gradle.tooling.events.OperationDescriptor
getDisplayName, getName, getParent
-
Method Details
-
getUri
URI getUri()Returns the URI that the file is downloaded from.
-