Model
@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 | 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.
|
java.lang.String getProjectPath()
BuildIdentifier getBuildIdentifier()