gradle
8.2-milestone-1
Kotlin DSL
gradle
/
org.gradle.platform.base
/
ComponentSpec
Component
Spec
@
Incubating
interface
ComponentSpec
:
ModelElement
A software component that is built by Gradle.
Inheritors
NativeComponentSpec
CheckableComponentSpec
BuildableComponentSpec
SourceComponentSpec
VariantComponentSpec
GeneralComponentSpec
Members
Functions
get
Display
Name
Link copied to clipboard
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
get
Project
Path
Link copied to clipboard
abstract
fun
getProjectPath
(
)
:
String
The path to the project containing this component.