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 events may be published.NpmDependencyResolutionData_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<NpmComponent_1_0> All components resolved in the build.final List<NpmComponentDependency_1_0> All dependencies resolved in the build.final List<NpmComponentIdentity_1_0> Identities of all requested and resolved components resolved in the build. -
Constructor Summary
ConstructorsConstructorDescriptionNpmDependencyResolutionData_1_0(List<NpmComponentIdentity_1_0> identities, List<NpmComponentDependency_1_0> dependencies, List<NpmComponent_1_0> components) -
Method Summary
-
Field Details
-
identities
Identities of all requested and resolved components resolved in the build.The list is never
nullbut can be empty when no dependency data is available. -
dependencies
All dependencies resolved in the build.The list is never
nullbut can be empty when no dependency data is available. -
components
All components resolved in the build.The list is never
nullbut can be empty when no dependency data is available.
-
-
Constructor Details
-
NpmDependencyResolutionData_1_0
public NpmDependencyResolutionData_1_0(List<NpmComponentIdentity_1_0> identities, List<NpmComponentDependency_1_0> dependencies, List<NpmComponent_1_0> components)
-
-
Method Details