Class NpmProcessVersions_1_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.9.0") public class NpmProcessVersions_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData containing information about versions of node and its dependencies.

An event stream will contain a single NpmProcessVersions_1_0.

  • Field Details

    • node

      public final String node
      The version of node.
    • v8

      public final String v8
      The version of v8.
  • Constructor Details

    • NpmProcessVersions_1_0

      public NpmProcessVersions_1_0(String node, String v8)
  • Method Details