toggle menu
gradle
8.11.1
API
switch theme
search in API
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.