GetPipelineStateResponse

Represents the output of a GetPipelineState action.

Types

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

Properties

Link copied to clipboard

The date and time the pipeline was created, in timestamp format.

Link copied to clipboard

The name of the pipeline for which you want to get the state.

Link copied to clipboard

The version number of the pipeline.

Link copied to clipboard

A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.

Link copied to clipboard

The date and time the pipeline was last updated, in timestamp format.

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