gradle
8.2
Java API
gradle
/
org.gradle.api
/
Task
/
setActions
set
Actions
Java API
abstract
fun
setActions
(
actions
:
List
<
Action
<
out
Any
>
>
)
Sets the sequence of
Action
objects which will be executed by this task.
Parameters
actions
The actions.