api / org.gradle.api / Task / getActions

getActions

@Internal abstract fun getActions(): MutableList<Action<in Task>>

Returns the sequence of Action objects which will be executed by this task, in the order of execution.

Return
The task actions in the order they are executed. Returns an empty list if this task has no actions.