@Incubating public interface ProjectPublications extends Model, ProjectModel
| Modifier and Type | Method and 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. | 
@Incubating ProjectIdentifier getProjectIdentifier()
getProjectIdentifier in interface ProjectModelDomainObjectSet<? extends GradlePublication> getPublications()