actions
Parameters
value
A task to execute on the completion of a job. Structure is documented below.
Parameters
values
A task to execute on the completion of a job. Structure is documented below.
suspend fun actions(argument: List<suspend PreventionJobTriggerInspectJobActionArgsBuilder.() -> Unit>)
suspend fun actions(vararg argument: suspend PreventionJobTriggerInspectJobActionArgsBuilder.() -> Unit)
Parameters
argument
A task to execute on the completion of a job. Structure is documented below.