Provides information about the structure of a Gradle build.
Type | Name and description |
---|---|
BuildIdentifier |
getBuildIdentifier() Returns the identifier for this Gradle build. |
DomainObjectSet<? extends BasicGradleProject> |
getProjects() Returns the set of all projects for this build. |
BasicGradleProject |
getRootProject() Returns the root project for this build. |
Returns the identifier for this Gradle 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.