Class NpmProcessStarted_2_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="4.0.0") public class NpmProcessStarted_2_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_2_0 events.

  • Field Details

  • Constructor Details

    • NpmProcessStarted_2_0

      public NpmProcessStarted_2_0(long id, NpmFileRef_1_0 script)
  • Method Details