api / org.gradle.api / Task / setActions

setActions

abstract fun setActions(actions: MutableList<Action<in Task>>): Unit

Sets the sequence of Action objects which will be executed by this task.

Parameters

actions - The actions.