toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
CheckableComponentSpec
Checkable
Component
Spec
API
@
Incubating
interface
CheckableComponentSpec
:
ComponentSpec
(
source
)
A
ComponentSpec
that is directly checkable via a specified task.
Inheritors
BinarySpec
Members
Functions
checked
By
Link copied to clipboard
API
abstract
fun
checkedBy
(
tasks
:
Array
<
Any
>
)
Adds tasks required to check this component.
get
Check
Task
Link copied to clipboard
API
@
Nullable
abstract
fun
getCheckTask
(
)
:
Task
Returns the task responsible for checking 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
set
Check
Task
Link copied to clipboard
API
abstract
fun
setCheckTask
(
@
Nullable
checkTask
:
Task
)
Specifies the task responsible for checking this component.