Class ProjectStructure_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ProjectStructure_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.8")
public class ProjectStructure_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData containing details about the project structure of the build.
An event stream will contain a single ProjectStructure_1_0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<? extends Project_2_0> The root project and its subprojects.final StringThe name of the root project. -
Constructor Summary
ConstructorsConstructorDescriptionProjectStructure_1_0(String rootProjectName, List<? extends Project_2_0> projects) -
Method Summary
-
Field Details
-
rootProjectName
The name of the root project. -
projects
The root project and its subprojects.
-
-
Constructor Details
-
ProjectStructure_1_0
-
-
Method Details