GetPagesProjectsResultStage

data class GetPagesProjectsResultStage(val endedOn: String, val name: String, val startedOn: String, val status: String)

Constructors

Link copied to clipboard
constructor(endedOn: String, name: String, startedOn: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the stage ended.

Link copied to clipboard

The current build stage. Available values: "queued", "initialize", "clone_repo", "build", "deploy".

Link copied to clipboard

When the stage started.

Link copied to clipboard

State of the current stage. Available values: "success", "idle", "active", "failure", "canceled".