TransitionState

Represents information about the state of transitions between one stage and another stage.

Types

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

Properties

Link copied to clipboard

The user-specified reason why the transition between two stages of a pipeline was disabled.

Link copied to clipboard

Whether the transition between stages is enabled (true) or disabled (false).

Link copied to clipboard

The timestamp when the transition state was last changed.

Link copied to clipboard

The ID of the user who last changed the transition state.

Functions

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