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 Summary
Modifier and TypeMethodDescriptionReturns the identifier for the Gradle project that these publications originate from.DomainObjectSet<? extends GradlePublication>
Returns the publications for this project.
-
Method Details
-
getProjectIdentifier
ProjectIdentifier getProjectIdentifier()Returns the identifier for the Gradle project that these publications originate from.- Specified by:
getProjectIdentifier
in interfaceProjectModel
- Since:
- 2.13
-
getPublications
DomainObjectSet<? extends GradlePublication> getPublications()Returns the publications for this project.
-