Interface InternalTaskWithExtraInfoDescriptor
-
- All Superinterfaces:
InternalOperationDescriptor
,InternalProtocolInterface
,InternalTaskDescriptor
public interface InternalTaskWithExtraInfoDescriptor extends InternalTaskDescriptor
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<? extends InternalOperationDescriptor>
getDependencies()
Returns the dependencies of the task.InternalPluginIdentifier
getOriginPlugin()
Returns the plugin that registered this task.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationDescriptor
getDisplayName, getId, getName, getParentId
-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalTaskDescriptor
getTaskPath
-
-
-
-
Method Detail
-
getDependencies
java.util.Set<? extends InternalOperationDescriptor> getDependencies()
Returns the dependencies of the task.
-
getOriginPlugin
InternalPluginIdentifier getOriginPlugin()
Returns the plugin that registered this task.
-
-