@Incubating public interface GradleBuild extends Model, BuildModel
| Modifier and Type | Method and Description | 
|---|---|
| BuildIdentifier | getBuildIdentifier()Returns the identifier for this Gradle build. | 
| DomainObjectSet<? extends GradleBuild> | getIncludedBuilds()Returns the builds that were included into this one. | 
| DomainObjectSet<? extends BasicGradleProject> | getProjects()Returns the set of all projects for this build. | 
| BasicGradleProject | getRootProject()Returns the root project for this build. | 
@Incubating BuildIdentifier getBuildIdentifier()
getBuildIdentifier in interface BuildModelBasicGradleProject getRootProject()
DomainObjectSet<? extends BasicGradleProject> getProjects()
@Incubating DomainObjectSet<? extends GradleBuild> getIncludedBuilds()