org.gradle.tooling.model
Interface Build

All Known Subinterfaces:
EclipseBuild

public interface Build

Represents a Gradle build.


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

Method Detail

getRootProject

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

Returns:
The root project.