#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for PipelineExecutionSummary
Implementations
The ID of the pipeline execution.
The ID of the pipeline execution.
The status of the pipeline execution.
-
InProgress: The pipeline execution is currently running.
-
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
-
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
-
Succeeded: The pipeline execution was completed successfully.
-
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
-
Failed: The pipeline execution was not completed successfully.
The status of the pipeline execution.
-
InProgress: The pipeline execution is currently running.
-
Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.
-
Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.
-
Succeeded: The pipeline execution was completed successfully.
-
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.
-
Failed: The pipeline execution was not completed successfully.
The date and time when the pipeline execution began, in timestamp format.
The date and time when the pipeline execution began, in timestamp format.
The date and time of the last change to the pipeline execution, in timestamp format.
The date and time of the last change to the pipeline execution, in timestamp format.
Appends an item to source_revisions
.
To override the contents of this collection use set_source_revisions
.
A list of the source artifact revisions that initiated a pipeline execution.
A list of the source artifact revisions that initiated a pipeline execution.
The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution
API call.
The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution
API call.
The interaction that stopped a pipeline execution.
The interaction that stopped a pipeline execution.
Consumes the builder and constructs a PipelineExecutionSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more