GetPipelineScheduleLastPipeline

data class GetPipelineScheduleLastPipeline(val id: Int, val ref: String, val sha: String, val status: String)

Constructors

Link copied to clipboard
constructor(id: Int, ref: String, sha: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Int

The pipeline ID.

Link copied to clipboard
val ref: String

The ref of the pipeline.

Link copied to clipboard
val sha: String

The SHA of the pipeline.

Link copied to clipboard

The status of pipelines, one of: created, waitingforresource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled.