Class NpmProcessStarted_1_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.10.0") public class NpmProcessStarted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
Indicates that the Node.js process has started executing.

An event stream will contain zero or more NpmProcessStarted_1_0 events.

  • Field Details

    • id

      public final long id
      The unique id of the process.
      See Also:
    • script

      public final NpmFileRef_1_0 script
      The script that was executed.
    • args

      @Nullable("when script did not have any arguments") public final @Nullable("when script did not have any arguments") List<String> args
      The arguments that were passed to the script.
  • Constructor Details

    • NpmProcessStarted_1_0

      public NpmProcessStarted_1_0(long id, NpmFileRef_1_0 script, @Nullable @Nullable List<String> args)
  • Method Details