Package com.gradle.scan.eventmodel.npm
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
exitCode
@Nullable("when the build was terminated") public final @Nullable("when the build was terminated") Integer exitCodeThe exit code of the build process. -
signal
@Nullable("when the build finished normally") public final @Nullable("when the build finished normally") String signalThe signal that terminated the build process.
-
-
Constructor Details
-
NpmBuildFinished_1_0
-
-
Method Details