gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api
/
Task
/
setActions
set
Actions
API
abstract
fun
setActions
(
actions
:
List
<
Action
<
in
Task
>
>
)
(
source
)
Sets the sequence of
Action
objects which will be executed by this task.
Parameters
actions
The actions.