PipelineExecution

Represents information about an execution of a pipeline.

Types

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

Properties

Link copied to clipboard

A list of ArtifactRevision objects included in a pipeline execution.

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 ID of the pipeline execution.

Link copied to clipboard

The name of the pipeline with the specified pipeline execution.

Link copied to clipboard

The version number of the pipeline with the specified pipeline execution.

Link copied to clipboard

The status of the pipeline execution.

Link copied to clipboard

A summary that contains a description of the pipeline execution status.

Link copied to clipboard

The interaction or event that started a pipeline execution.

Link copied to clipboard

A list of pipeline variables used for the pipeline execution.

Functions

Link copied to clipboard
inline fun copy(block: PipelineExecution.Builder.() -> Unit = {}): PipelineExecution
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