Package com.gradle.scan.eventmodel.maven
Class MvnTestFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.MvnTestFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@MavenVersion(since="3.3.1")
@MavenExtensionVersion(since="1.2")
public class MvnTestFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData
that is published when a test has finished executing.
Zero or more MvnTestFinished_1_0
events may be published.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when not a failing test") Long
The failure ID in case the test failed.final long
The ID of the test.Test execution outcome. -
Constructor Summary
ConstructorDescriptionMvnTestFinished_1_0
(long id, MvnTestExecutionOutcome_1 outcome, @Nullable Long failureId) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the test. -
outcome
Test execution outcome. -
failureId
@Nullable("when not a failing test") public final @Nullable("when not a failing test") Long failureIdThe failure ID in case the test failed.A failure ID is mapped to a
MvnException_1_0
inMvnExceptionData_1_0
.null
if the test did not fail.
-
-
Constructor Details
-
MvnTestFinished_1_0
public MvnTestFinished_1_0(long id, MvnTestExecutionOutcome_1 outcome, @Nullable @Nullable Long failureId)
-
-
Method Details