Class NpmTestFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.test.NpmTestFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="0.10.0")
public class NpmTestFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a test has finished executing.
Zero or more NpmTestFinished_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOne or more failure IDs in case the test failed.final longThe ID of the test.final NpmTestOutcome_1The outcome of the test.final longThe ID of the process that executed the test. -
Constructor Summary
ConstructorsConstructorDescriptionNpmTestFinished_1_0(long processId, long id, NpmTestOutcome_1 outcome, @Nullable List<Long> failures) -
Method Summary
-
Field Details
-
processId
public final long processIdThe ID of the process that executed the test.- See Also:
-
id
public final long idThe ID of the test.- See Also:
-
outcome
The outcome of the test. -
failures
@Nullable("when not a failing test") public final @Nullable("when not a failing test") List<Long> failuresOne or more failure IDs in case the test failed.- See Also:
-
-
Constructor Details
-
NpmTestFinished_1_0
public NpmTestFinished_1_0(long processId, long id, NpmTestOutcome_1 outcome, @Nullable @Nullable List<Long> failures)
-
-
Method Details