@Incubating public interface ProjectIdentifier extends Model
A Gradle Project is a project in a multi-project Gradle build or a single "standalone" project.
| Modifier and Type | Method and Description | 
|---|---|
| BuildIdentifier | getBuildIdentifier()Identifier of the build this project is a member of. | 
| String | getProjectPath()The path of the project, relative to its build. | 
String getProjectPath()
BuildIdentifier getBuildIdentifier()