Package org.gradle.tooling.model
Interface ProjectIdentifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildIdentifier
getBuildIdentifier()
Identifier of the build this project is a member of.java.lang.String
getProjectPath()
The path of the project, relative to its build.
-
-
-
Method Detail
-
getProjectPath
java.lang.String getProjectPath()
The path of the project, relative to its build.- Returns:
- the path, never null
- Since:
- 3.3
-
getBuildIdentifier
BuildIdentifier getBuildIdentifier()
Identifier of the build this project is a member of.- Returns:
- build identifier, never null.
-
-