Interface InternalProjectConfigurationDescriptor
-
- All Superinterfaces:
InternalOperationDescriptor
,InternalProtocolInterface
public interface InternalProjectConfigurationDescriptor extends InternalOperationDescriptor
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.lang.String
getProjectPath()
The path of the project, relative to its build.java.io.File
getRootDir()
The root directory of this build-
Methods inherited from interface org.gradle.tooling.internal.protocol.events.InternalOperationDescriptor
getDisplayName, getId, getName, getParentId
-
-