StageState

Represents information about the state of the stage.

Types

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

Properties

Link copied to clipboard

The state of the stage.

Link copied to clipboard

Represents information about the run of a stage.

Link copied to clipboard

The inbound executions for a stage.

Link copied to clipboard

The state of the inbound transition, which is either enabled or disabled.

Link copied to clipboard

Information about the latest execution in the stage, including its ID and status.

Link copied to clipboard

The name of the stage.

Functions

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