PipelineExecutionSummary

Contains 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 time the pipeline execution completed, in Unix epoch time.

Link copied to clipboard

Scheduling priority for the execution. When not specified, defaults to lowest priority.

Link copied to clipboard

The unique identifier of the pipeline execution.

Link copied to clipboard

The pipeline version this execution ran against.

Link copied to clipboard

The time the pipeline execution started, in Unix epoch time.

Link copied to clipboard

The current execution status of the pipeline.

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