Class NpmTestFailure_1_0

java.lang.Object
com.gradle.scan.eventmodel.npm.test.NpmTestFailure_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.10.0") public class NpmTestFailure_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when a test has failed.

Zero or more NpmTestFailure_1_0 events may be published.

  • Field Details

    • id

      public final long id
      The ID of the error.
    • message

      public final String message
      The error message.
    • stackLines

      @Nullable("when the stack trace is not available") public final @Nullable("when the stack trace is not available") List<String> stackLines
      The error stack trace.
  • Constructor Details

    • NpmTestFailure_1_0

      public NpmTestFailure_1_0(long id, String message, @Nullable @Nullable List<String> stackLines)
  • Method Details