Class ComponentSelectionDescriptor_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.dependencies.ComponentSelectionDescriptor_1_0
A component selection description, which wraps a cause with an optional custom description.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentSelectionDescriptor_1_0(String cause, @Nullable String description) -
Method Summary
-
Field Details
-
cause
The reason a component was selected during dependency resolution. -
description
@Nullable("when no description is available") public final @Nullable("when no description is available") String descriptionThe description for the selection. This may be the default description of a cause, or a custom description provided typically through a rule.nullwhen no description is available.
-
-
Constructor Details
-
ComponentSelectionDescriptor_1_0
-
-
Method Details