Package org.gradle.tooling.model.gradle
Interface ProjectPublications
- All Superinterfaces:
- Model,- ProjectModel
A model providing information about the publications of a Gradle project.
- Since:
- 1.12
- 
Method SummaryModifier and TypeMethodDescriptionReturns the identifier for the Gradle project that these publications originate from.DomainObjectSet<? extends GradlePublication> Returns the publications for this project.
- 
Method Details- 
getProjectIdentifierProjectIdentifier getProjectIdentifier()Returns the identifier for the Gradle project that these publications originate from.- Specified by:
- getProjectIdentifierin interface- ProjectModel
- Since:
- 2.13
 
- 
getPublicationsDomainObjectSet<? extends GradlePublication> getPublications()Returns the publications for this project.
 
-