Package org.gradle.tooling.model
Interface BuildIdentifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getRootDir()
The root directory of this build
-
-
-
Method Detail
-
getRootDir
File getRootDir()
The root directory of this build- Returns:
- the root dir, never null
- Since:
- 3.3
-
-