Class ComponentDependency_2_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ComponentDependency_2_0
- Direct Known Subclasses:
ComponentDependency_2_1
A component dependency.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the resolution succeeds") LongThe identifier of the component that was attempted to be resolved.final @Nullable("when the resolution succeeds, if the attempted was expected or in ComponentDependency_2_1 or later") IntegerThe reason why the attempted component was attempted.final @Nullable("when requested is not different to selected or attempted") LongThe identifier of the requested component.final @Nullable("when the resolution fails") LongThe id of the selected component identity when dependency resolution has been successful. -
Constructor Summary
ConstructorsConstructorDescriptionComponentDependency_2_0(@Nullable Long requested, @Nullable Long to, @Nullable Long attempted, @Nullable Integer attemptedReason) -
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") Long requestedThe identifier of the requested component.nullwhen the requested component is not different to the selected or attempted. -
to
The id of the selected component identity when dependency resolution has been successful.nullwhen dependency resolution has failed. -
attempted
@Nullable("when the resolution succeeds") public final @Nullable("when the resolution succeeds") Long attemptedThe identifier of the component that was attempted to be resolved.nullwhen dependency resolution was successful. -
attemptedReason
@Nullable("when the resolution succeeds, if the attempted was expected or in ComponentDependency_2_1 or later") public final @Nullable("when the resolution succeeds, if the attempted was expected or in ComponentDependency_2_1 or later") Integer attemptedReasonThe reason why the attempted component was attempted.nullwhen the resolution was successful or if the attempted was expected or in ComponentDependency_2_1 or later.
-
-
Constructor Details
-
ComponentDependency_2_0
-
-
Method Details