Package com.gradle.scan.eventmodel.maven
Class MvnProjectStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnProjectStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnProjectStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published at the start of the execution of each project.
An event stream will contain zero or more MvnProjectStarted_1_0
.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
public final long idThe ID of this project. Used to link to aMvnProjectFinished_1_0
event, and reference aMvnProject_1_0.id
.
-
-
Constructor Details
-
MvnProjectStarted_1_0
public MvnProjectStarted_1_0(long id)
-
-
Method Details