Class ProjectStructure_1_2
java.lang.Object
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_1
com.gradle.scan.eventmodel.gradle.ProjectStructure_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.3")
@PluginVersion(since="1.10")
public class ProjectStructure_1_2
extends ProjectStructure_1_1
An
EventData containing details about the project structure of the build.
An event stream will contain a ProjectStructure_1_2 event per build
(i.e. one for the main build, and potential ones for any buildSrc or included builds).
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
projects, rootProjectName -
Constructor Summary
ConstructorsConstructorDescriptionProjectStructure_1_2(String rootProjectName, List<? extends Project_2_2> projects) -
Method Summary
Methods inherited from class com.gradle.scan.eventmodel.gradle.ProjectStructure_1_0
equals, hashCode
-
Constructor Details
-
ProjectStructure_1_2
-
-
Method Details
-
toString
- Overrides:
toStringin classProjectStructure_1_1
-