Class ProjectStructure_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ProjectStructure_1_2
@GradleVersion(since="2.0",
until="4.2")
@PluginVersion(since="1.9",
until="1.11")
public class ProjectStructure_1_1
extends ProjectStructure_1_0
An
EventData containing details about the project structure of the build.
An event stream will contain a single ProjectStructure_1_1.
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
projects, rootProjectName -
Constructor Summary
ConstructorsConstructorDescriptionProjectStructure_1_1(String rootProjectName, List<? extends Project_2_1> projects) -
Method Summary
Methods inherited from class com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
equals, hashCode
-
Constructor Details
-
ProjectStructure_1_1
-
-
Method Details
-
toString
- Overrides:
toStringin classProjectStructure_1_0
-