Action

class Action

Defines an action to be initiated by a trigger.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.

Link copied to clipboard

The name of the crawler to be used with this action.

Link copied to clipboard

The name of a job to be run.

Link copied to clipboard

Specifies configuration properties of a job run notification.

Link copied to clipboard

The name of the SecurityConfiguration structure to be used with this action.

Link copied to clipboard
val timeout: Int?

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

Functions

Link copied to clipboard
inline fun copy(block: Action.Builder.() -> Unit = {}): Action
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String