OperationDescriptorpublic interface TaskOperationDescriptor extends OperationDescriptor
| Modifier and Type | Method | Description | 
|---|---|---|
| Set<? extends OperationDescriptor> | getDependencies() | Returns the dependencies of the task (other tasks and transforms), if available. | 
| PluginIdentifier | getOriginPlugin() | Returns the identifier of the plugin that registered this task, if available. | 
| String | getTaskPath() | Returns the path of the task. | 
getDisplayName, getName, getParentString getTaskPath()
@Incubating Set<? extends OperationDescriptor> getDependencies() throws UnsupportedMethodException
UnsupportedMethodException - For Gradle versions older than 5.1, where this method is not supported.@Nullable @Incubating PluginIdentifier getOriginPlugin()
null if unknownUnsupportedMethodException - For Gradle versions older than 5.1, where this method is not supported.