RetryStageExecutionRequest

Represents the input of a RetryStageExecution action.

Types

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

Properties

Link copied to clipboard

The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage

Link copied to clipboard

The name of the pipeline that contains the failed stage.

Link copied to clipboard

The scope of the retry attempt.

Link copied to clipboard

The name of the failed stage to be retried.

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