Struct gitlab::types::PipelineBasic [] [src]

pub struct PipelineBasic {
    pub id: PipelineId,
    pub ref_: Option<String>,
    pub sha: ObjectId,
    pub status: StatusState,
}

Information about a pipeline in Gitlab CI.

Fields

The ID of the pipeline.

The name of the reference that was tested.

The object ID that was tested.

The status of the pipeline.

Trait Implementations

impl Debug for PipelineBasic
[src]

Formats the value using the given formatter.

impl Clone for PipelineBasic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more