Package org.gradle.tooling.model
Interface ProjectIdentifier
- All Superinterfaces:
- Model
Identifies a Gradle project.
 
A Gradle Project is a project in a multi-project Gradle build or a single "standalone" project.
- Since:
- 2.13
- 
Method SummaryModifier and TypeMethodDescriptionIdentifier of the build this project is a member of.The path of the project, relative to its build.
- 
Method Details- 
getProjectPathString getProjectPath()The path of the project, relative to its build.- Returns:
- the path, never null
- Since:
- 3.3
 
- 
getBuildIdentifierBuildIdentifier getBuildIdentifier()Identifier of the build this project is a member of.- Returns:
- build identifier, never null.
 
 
-