Class NpmBuildFinished_1_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.9.0") public class NpmBuildFinished_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that is published when the build finished.

An event stream will contain a single NpmBuildFinished_1_0.

  • Field Details

    • exitCode

      @Nullable("when the build was terminated") public final @Nullable("when the build was terminated") Integer exitCode
      The exit code of the build process.
    • signal

      @Nullable("when the build finished normally") public final @Nullable("when the build finished normally") String signal
      The signal that terminated the build process.
  • Constructor Details

    • NpmBuildFinished_1_0

      public NpmBuildFinished_1_0(@Nullable @Nullable Integer exitCode, @Nullable @Nullable String signal)
  • Method Details