Package com.gradle.scan.eventmodel.maven
Class MvnProjectStructure_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnProjectStructure_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
MvnProjectStructure_1_1
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0",
until="1.6")
public class MvnProjectStructure_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 MvnProjectStructure_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<? extends MvnProject_1_0> The top level project and its subprojects. -
Constructor Summary
-
Method Summary
-
Field Details
-
projects
The top level project and its subprojects. The first project is guaranteed to be the top level project. Other projects are then sorted alphabetically.
-
-
Constructor Details
-
MvnProjectStructure_1_0
-
-
Method Details