Class Component_3_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.Component_3_0
A component of a resolved dependency graph.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of indices withinConfigurationResolutionData_2_0.dependencies
of the dependencies of this component.final int
The index withinConfigurationResolutionData_2_0.identities
of this component's identity.final @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") Long
TheRepository_1_0.id
used as source of this component.The list of indices withinConfigurationResolutionData_2_0.selectionDescriptors
of selection descriptors that were the reasons for the component to be selected. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dependencies
The list of indices withinConfigurationResolutionData_2_0.dependencies
of the dependencies of this component. -
repositoryId
@Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") public final @Nullable("when the component was not sourced from a repository, or for Gradle < 4.10") Long repositoryIdTheRepository_1_0.id
used as source of this component.null
when the component was not sourced from a repository (such as a a component with an identity ofProjectComponentIdentity_1_0
), or for Gradle < 4.10. -
selectionReasons
The list of indices withinConfigurationResolutionData_2_0.selectionDescriptors
of selection descriptors that were the reasons for the component to be selected.Empty list signals no un-"expected" reasons.
-
identity
public final int identityThe index withinConfigurationResolutionData_2_0.identities
of this component's identity.
-
-
Constructor Details
-
Component_3_0
-
-
Method Details