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 Details

    • processId

      public final long processId
      The ID of the process that executed the test.
      See Also:
    • id

      public final long id
      The ID of the test.
      See Also:
    • outcome

      public final NpmTestOutcome_1 outcome
      The outcome of the test.
    • failures

      @Nullable("when not a failing test") public final @Nullable("when not a failing test") List<Long> failures
      One 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