Package org.gradle.api.artifacts.result
Interface ComponentSelectionDescriptor
public interface ComponentSelectionDescriptor
A component selection description, which wraps a cause with an optional custom description.
- Since:
- 4.6
- 
Method SummaryModifier and TypeMethodDescriptiongetCause()Returns the cause associated with this descriptorReturns a description for the selection.
- 
Method Details- 
getCauseComponentSelectionCause getCause()Returns the cause associated with this descriptor- Returns:
- a component selection cause
 
- 
getDescriptionString getDescription()Returns a description for the selection. This may be the default description of acause, or a custom description provided typically through a rule.- Returns:
- the description of this component selection
 
 
-