org.gradle.tooling.model.eclipse
Interface EclipseBuild

All Superinterfaces:
Build

public interface EclipseBuild
extends Build

An Eclipse-centric view of a Gradle build.


Method Summary
 EclipseProject getRootProject()
          Returns the root project of this build.
 

Method Detail

getRootProject

EclipseProject getRootProject()
Returns the root project of this build.

Specified by:
getRootProject in interface Build
Returns:
The root project.