RetryStageMetadata

The details of a specific automatic retry on stage failure, including the attempt number and trigger.

Types

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

Properties

Link copied to clipboard

The number of attempts for a specific stage with automatic retry on stage failure. One attempt is allowed for automatic stage retry on failure.

Link copied to clipboard

The latest trigger for a specific stage where manual or automatic retries have been made upon stage failure.

Link copied to clipboard

The number of attempts for a specific stage where manual retries have been made upon stage failure.

Functions

Link copied to clipboard
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