Class NpmDependencyResolutionData_1_0

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

@NpmVersion(since="10.8.2") @NpmAgentVersion(since="2.0.0") public class NpmDependencyResolutionData_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData which represents all dependency data for a given build.

Zero or one NpmDependencyResolutionData_1_0 events may be published.

  • Field Details

    • identities

      public final List<NpmComponentIdentity_1_0> identities
      Identities of all requested and resolved components resolved in the build.

      The list is never null but can be empty when no dependency data is available.

    • dependencies

      public final List<NpmComponentDependency_1_0> dependencies
      All dependencies resolved in the build.

      The list is never null but can be empty when no dependency data is available.

    • components

      public final List<NpmComponent_1_0> components
      All components resolved in the build.

      The list is never null but can be empty when no dependency data is available.

  • Constructor Details

  • Method Details