Package com.gradle.scan.eventmodel.maven
Class MvnBuildFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnBuildFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.0")
public class MvnBuildFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when the build has completed.
An event stream will contain a single MvnBuildFinished_1_0
.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
Whether the build failed.The IDs of failures that occurred during the build. -
Constructor Summary
-
Method Summary
-
Field Details
-
failed
public final boolean failedWhether the build failed.In case of a build executed with
--fail-never
, this will be false, but potential failures might be captured and linked to infailureIds
. -
failureIds
The IDs of failures that occurred during the build.The failure ids are mapped to
MvnException_1_0
inMvnExceptionData_1_0
. *null
if no failures occurred.
-
-
Constructor Details
-
MvnBuildFinished_1_0
-
-
Method Details