GetJobDefinitionRetryStrategyEvaluateOnExit

data class GetJobDefinitionRetryStrategyEvaluateOnExit(val action: String, val onExitCode: String, val onReason: String, val onStatusReason: String)

Constructors

constructor(action: String, onExitCode: String, onReason: String, onStatusReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the action to take if all of the specified conditions (onStatusReason, onReason, and onExitCode) are met. The values aren't case sensitive.

Link copied to clipboard

Contains a glob pattern to match against the decimal representation of the ExitCode returned for a job.

Link copied to clipboard

Contains a glob pattern to match against the Reason returned for a job.

Link copied to clipboard

Contains a glob pattern to match against the StatusReason returned for a job.