toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
VariantComponentSpec
Variant
Component
Spec
API
@
Incubating
interface
VariantComponentSpec
:
ComponentSpec
,
VariantComponent
(
source
)
Represents a component spec that is made up of one or more mutually exclusive variants.
Inheritors
PlatformAwareComponentSpec
GeneralComponentSpec
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
ModelMap
<
BinarySpec
>
The variants produced for this component spec.
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>