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