FailureConditions

The configuration that specifies the result, such as rollback, to occur upon stage failure. For more information about conditions, see Stage conditions and How do stage conditions work?.

Types

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

Properties

Link copied to clipboard

The conditions that are configured as failure conditions. For more information about conditions, see Stage conditions and How do stage conditions work?.

Link copied to clipboard

The specified result for when the failure conditions are met, such as rolling back the stage.

Link copied to clipboard

The retry configuration specifies automatic retry for a failed stage, along with the configured retry mode.

Functions

Link copied to clipboard
inline fun copy(block: FailureConditions.Builder.() -> Unit = {}): FailureConditions
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