Class ComponentDependency_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ComponentDependency_1_0
A component dependency.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable("when the resolution succeeds") ComponentIdentity
The identifier of the component that was attempted to be resolved.final @Nullable("when the resolution succeeds or if the attempted was expected") ComponentSelectionReason_1
The reason why the attempted component was attempted.final @Nullable("when the resolution fails") Integer
The id of the selected component when dependency resolution has been successful.final @Nullable("when the resolution succeeds") ExceptionTree_1_0
The dependency resolution failure.final @Nullable("when requested is not different to selected or attempted") ComponentIdentity
The identifier of the requested component. -
Constructor Summary
ConstructorDescriptionComponentDependency_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.null
when 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.null
when 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.null
when 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.null
when 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.null
when 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