org.gradle.tooling.model
Interface Model

All Known Subinterfaces:
BasicIdeaProject, BuildableElement, BuildableProject, BuildEnvironment, EclipseProject, Element, GradleProject, HierarchicalEclipseProject, HierarchicalElement, HierarchicalProject, IdeaModule, IdeaProject, Project

public interface Model

A Model that is buildable by the Tooling API. Models contain various information regarding the build. Models are typically tailored to specific domain (for example build environment or IDE, etc.)

Since:
1.0-milestone-8