Class Component_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.Component_2_0
- Direct Known Subclasses:
Component_2_1
A component of a resolved dependency graph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list of ids of the dependencies of the component.final longThe id of the identity located inConfigurationResolutionData_1_0final @Nullable("if reason is EXPECTED or in Build Scan plugin 2.4+") IntegerThe reason the component was selected in the dependency resolution. -
Constructor Summary
ConstructorsConstructorDescriptionComponent_2_0(long identity, @Nullable Integer selectionReason, List<Long> dependencies) -
Method Summary
-
Field Details
-
identity
public final long identityThe id of the identity located inConfigurationResolutionData_1_0 -
selectionReason
@Nullable("if reason is EXPECTED or in Build Scan plugin 2.4+") public final @Nullable("if reason is EXPECTED or in Build Scan plugin 2.4+") Integer selectionReasonThe reason the component was selected in the dependency resolution. -
dependencies
A list of ids of the dependencies of the component.An id can be used to lookup the
ComponentDependency_2_0instance fromConfigurationResolutionData_1_0.dependencies.
-
-
Constructor Details
-
Component_2_0
-
-
Method Details