Interface ProjectModel
- All Known Subinterfaces:
BasicGradleProject, BuildInvocations, EclipseProject, GradleProject, GradlePublication, GradleTask, HasGradleProject, HierarchicalEclipseProject, IdeaModule, Launchable, ProjectPublications, Task, TaskSelector
Represents a model that is associated with some Gradle project.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier for the project that this model is associated with.
-
Method Details
-
getProjectIdentifier
ProjectIdentifier getProjectIdentifier()Returns the identifier for the project that this model is associated with.
-