Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

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

Hierarchy

  • TransitionState

Properties

disabledReason?: string

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

enabled?: boolean

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

lastChangedAt?: Date

The timestamp when the transition state was last changed.

lastChangedBy?: string

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