Class NpmTestStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.npm.test.NpmTestStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@NpmVersion(since="10.8.2")
@NpmAgentVersion(since="0.10.0")
public class NpmTestStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when a test has started executing.
Zero or more NpmTestStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the test.The name of the test possibly including the test container hierarchy.final @Nullable("for top-level test container") LongThe test id of the parent of the test, if any.final longThe ID of the process that executed the test.final NpmTestType_1Type of the observed test container. -
Constructor Summary
ConstructorsConstructorDescriptionNpmTestStarted_1_0(long processId, long id, List<String> name, @Nullable Long parent, NpmTestType_1 type) -
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:
-
name
The name of the test possibly including the test container hierarchy. -
parent
@Nullable("for top-level test container") public final @Nullable("for top-level test container") Long parentThe test id of the parent of the test, if any. -
type
Type of the observed test container.
-
-
Constructor Details
-
NpmTestStarted_1_0
public NpmTestStarted_1_0(long processId, long id, List<String> name, @Nullable @Nullable Long parent, NpmTestType_1 type)
-
-
Method Details