toggle menu
gradle
8.11.1
API
switch theme
search in API
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
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>
The variants of this component.