Provides information about the structure of a Gradle build.
| Type | Name and description |
|---|---|
DomainObjectSet<? extends BasicGradleProject> |
getProjects()Returns the set of all projects for this build. |
BasicGradleProject |
getRootProject()Returns the root project for this build. |
Returns the set of all projects for this build. Will include the root project and any ancestors.
Returns the root project for this build.