Interface InternalTaskDescriptor
-
- All Superinterfaces:
InternalOperationDescriptor
,InternalProtocolInterface
- All Known Subinterfaces:
InternalTaskWithExtraInfoDescriptor
public interface InternalTaskDescriptor extends InternalOperationDescriptor
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.- Since:
- 2.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTaskPath()
Returns the path of the task.-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationDescriptor
getDisplayName, getId, getName, getParentId
-
-