Package org.gradle.tooling.model
Interface ProjectModel
- All Known Subinterfaces:
- BasicGradleProject,- BuildInvocations,- CppProject,- EclipseProject,- GradleProject,- GradlePublication,- GradleTask,- HasGradleProject,- HierarchicalEclipseProject,- IdeaModule,- Launchable,- ProjectPublications,- Task,- TaskSelector
public interface ProjectModel
Represents a model that is associated with some Gradle project.
- Since:
- 3.0
- 
Method SummaryModifier and TypeMethodDescriptionReturns the identifier for the project that this model is associated with.
- 
Method Details- 
getProjectIdentifierProjectIdentifier getProjectIdentifier()Returns the identifier for the project that this model is associated with.
 
-