gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.artifacts.result
/
ComponentSelectionDescriptor
Component
Selection
Descriptor
API
interface
ComponentSelectionDescriptor
(
source
)
A component selection description, which wraps a cause with an optional custom description.
Since
4.6
Members
Functions
get
Cause
Link copied to clipboard
API
abstract
fun
getCause
(
)
:
ComponentSelectionCause
Returns the cause associated with this descriptor
get
Description
Link copied to clipboard
API
abstract
fun
getDescription
(
)
:
String
Returns a description for the selection.