configure

abstract fun configure(action: Action<in T>)(source)

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

Since

4.8

Parameters

action

A Action that can configure the task when required.