toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
BuildableComponentSpec
Buildable
Component
Spec
API
@
Incubating
interface
BuildableComponentSpec
:
Buildable
,
ComponentSpec
(
source
)
A
ComponentSpec
that is directly
Buildable
via a specified task.
Inheritors
LanguageSourceSet
BinarySpec
Members
Functions
built
By
Link copied to clipboard
API
abstract
fun
builtBy
(
tasks
:
Array
<
Any
>
)
Adds tasks required to build this component.
get
Build
Dependencies
Link copied to clipboard
API
abstract
fun
getBuildDependencies
(
)
:
TaskDependency
get
Build
Task
Link copied to clipboard
API
@
Nullable
abstract
fun
getBuildTask
(
)
:
Task
Returns the task responsible for building this component.
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
has
Build
Dependencies
Link copied to clipboard
API
abstract
fun
hasBuildDependencies
(
)
:
Boolean
set
Build
Task
Link copied to clipboard
API
abstract
fun
setBuildTask
(
@
Nullable
buildTask
:
Task
)
Specifies the task responsible for building this component.