Class NpmProcessFinished_1_0

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

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

An event stream will contain zero or more NpmProcessFinished_1_0 events.

  • Field Details

  • Constructor Details

    • NpmProcessFinished_1_0

      public NpmProcessFinished_1_0(long id)
  • Method Details