Class NpmParentBuildInvocation_1_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="0.10.0") public class NpmParentBuildInvocation_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData that links to an enclosing build, if any, via its build invocation ID.

An event stream will contain at most one NpmParentBuildInvocation_1_0, if the npm agent was triggered from an enclosing build (e.g. npm was called from a Gradle task).

  • Field Details

    • buildInvocationId

      public final String buildInvocationId
      The build invocation ID of the enclosing build.
  • Constructor Details

    • NpmParentBuildInvocation_1_0

      public NpmParentBuildInvocation_1_0(String buildInvocationId)
  • Method Details