gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.platform.base
/
VariantComponent
Variant
Component
API
@
Incubating
interface
VariantComponent
:
ModelElement
(
source
)
A component that has one or more mutually exclusive variants.
Inheritors
VariantComponentSpec
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
Returns a human-consumable display name for this element.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
Returns the name of this element.
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>
The variants of this component.