Package com.gradle.scan.eventmodel.maven
Class MvnProjectFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnProjectFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnProjectFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published at the end of the execution of each project.
An event stream will contain zero or more MvnProjectFinished_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable Long
The failure ID in case of a failed project.final long
The ID of this project.final MvnProjectOutcome_1
The outcome of this project. -
Constructor Summary
ConstructorDescriptionMvnProjectFinished_1_0
(long id, MvnProjectOutcome_1 outcome, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe ID of this project. Used to link to aMvnProjectStarted_1_0
event. -
outcome
The outcome of this project. -
failureId
The failure ID in case of a failed project.The failure ID is mapped to a
MvnException_1_0
inMvnExceptionData_1_0
.null
if the project was successful.
-
-
Constructor Details
-
MvnProjectFinished_1_0
public MvnProjectFinished_1_0(long id, MvnProjectOutcome_1 outcome, @Nullable @Nullable Long failureId)
-
-
Method Details