Model, ProjectModelpublic interface ProjectPublications extends Model, ProjectModel
| Modifier and Type | Method | Description | 
|---|---|---|
| ProjectIdentifier | getProjectIdentifier() | Returns the identifier for the Gradle project that these publications originate from. | 
| DomainObjectSet<? extends GradlePublication> | getPublications() | Returns the publications for this project. | 
ProjectIdentifier getProjectIdentifier()
getProjectIdentifier in interface ProjectModelDomainObjectSet<? extends GradlePublication> getPublications()