Class ComponentDependency_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ComponentDependency_1_0
A component dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the resolution succeeds") ComponentIdentityThe identifier of the component that was attempted to be resolved.final @Nullable("when the resolution succeeds or if the attempted was expected") ComponentSelectionReason_1The reason why the attempted component was attempted.final @Nullable("when the resolution fails") IntegerThe id of the selected component when dependency resolution has been successful.final @Nullable("when the resolution succeeds") ExceptionTree_1_0The dependency resolution failure.final @Nullable("when requested is not different to selected or attempted") ComponentIdentityThe identifier of the requested component. -
Constructor Summary
ConstructorsConstructorDescriptionComponentDependency_1_0(@Nullable ComponentIdentity requested, @Nullable Integer componentId, @Nullable ComponentIdentity attempted, @Nullable ComponentSelectionReason_1 attemptedReason, @Nullable ExceptionTree_1_0 failure) -
Method Summary
-
Field Details
-
requested
@Nullable("when requested is not different to selected or attempted") public final @Nullable("when requested is not different to selected or attempted") ComponentIdentity requestedThe identifier of the requested component.nullwhen the requested component is not different to the selected or attempted. -
componentId
@Nullable("when the resolution fails") public final @Nullable("when the resolution fails") Integer componentIdThe id of the selected component when dependency resolution has been successful.nullwhen dependency resolution has failed. -
attempted
@Nullable("when the resolution succeeds") public final @Nullable("when the resolution succeeds") ComponentIdentity attemptedThe identifier of the component that was attempted to be resolved.nullwhen the resolution was successful. -
attemptedReason
@Nullable("when the resolution succeeds or if the attempted was expected") public final @Nullable("when the resolution succeeds or if the attempted was expected") ComponentSelectionReason_1 attemptedReasonThe reason why the attempted component was attempted.nullwhen the resolution was successful or if the attempted was expected. -
failure
@Nullable("when the resolution succeeds") public final @Nullable("when the resolution succeeds") ExceptionTree_1_0 failureThe dependency resolution failure.nullwhen the resolution was successful
-
-
Constructor Details
-
ComponentDependency_1_0
public ComponentDependency_1_0(@Nullable @Nullable ComponentIdentity requested, @Nullable @Nullable Integer componentId, @Nullable @Nullable ComponentIdentity attempted, @Nullable @Nullable ComponentSelectionReason_1 attemptedReason, @Nullable @Nullable ExceptionTree_1_0 failure)
-
-
Method Details