Package com.gradle.scan.eventmodel.maven
Class MvnProjectStructure_1_1
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnProjectStructure_1_0
com.gradle.scan.eventmodel.maven.MvnProjectStructure_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.7")
public class MvnProjectStructure_1_1
extends MvnProjectStructure_1_0
An
EventData
containing details about the project structure of the build.
An event stream will contain a single MvnProjectStructure_1_1
.
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.maven.MvnProjectStructure_1_0
projects
-
Constructor Summary
ConstructorDescriptionMvnProjectStructure_1_1
(String topLevelProjectName, List<? extends MvnProject_1_0> projects) -
Method Summary
-
Field Details
-
topLevelProjectName
The name of the top level project.
-
-
Constructor Details
-
MvnProjectStructure_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classMvnProjectStructure_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classMvnProjectStructure_1_0
-
toString
- Overrides:
toString
in classMvnProjectStructure_1_0
-