StageExecution

Represents information about the run of a stage.

Types

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

Properties

Link copied to clipboard

The ID of the pipeline execution associated with the stage.

Link copied to clipboard

The status of the stage, or for a completed stage, the last status of the stage.

Link copied to clipboard

The type of pipeline execution for the stage, such as a rollback pipeline execution.

Functions

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