Class 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 Detail

      • rootProjectName

        public final String rootProjectName
        The name of the root project.
      • projects

        public final List<? extends Project_2_0> projects
        The root project and its subprojects.
    • Constructor Detail

      • ProjectStructure_1_0

        public ProjectStructure_1_0​(String rootProjectName,
                                    List<? extends Project_2_0> projects)