gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.platform.base
/
ComponentSpec
Component
Spec
API
@
Incubating
interface
ComponentSpec
:
ModelElement
(
source
)
A software component that is built by Gradle.
Inheritors
GeneralComponentSpec
SourceComponentSpec
VariantComponentSpec
NativeComponentSpec
BuildableComponentSpec
CheckableComponentSpec
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
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
The path to the project containing this component.