configure

abstract fun configure(action: Action<out Any>)

Configures the task with the given action. Actions are run in the order added.

Parameters

action

A Action that can configure the task when required.