PipelineExecutionSummary

Summary information about a pipeline execution.

Types

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

Properties

Link copied to clipboard

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Link copied to clipboard

The date and time of the last change to the pipeline execution, in timestamp format.

Link copied to clipboard

The ID of the pipeline execution.

Link copied to clipboard

A list of the source artifact revisions that initiated a pipeline execution.

Link copied to clipboard

The date and time when the pipeline execution began, in timestamp format.

Link copied to clipboard

The status of the pipeline execution.

Link copied to clipboard

The interaction that stopped a pipeline execution.

Link copied to clipboard

The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.

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