Package org.gradle.tooling.model
Interface BuildIdentifier
- All Superinterfaces:
- Model
Identifies a Gradle build.
 
A Gradle Build is a collection of one or more projects.
- Since:
- 2.13
- 
Method Summary
- 
Method Details- 
getRootDirFile getRootDir()The root directory of this build- Returns:
- the root dir, never null
- Since:
- 3.3
 
 
-