Groovy Documentation

org.gradle.tooling.model
[Java] Interface Build


public interface Build

Represents a Gradle build.


Method Summary
Project getRootProject()

Returns the root project of this build.

 

Method Detail

getRootProject

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


 

Groovy Documentation