PipelineContext

Represents information about a pipeline to a job worker.

PipelineContext contains pipelineArn and pipelineExecutionId for custom action jobs. The pipelineArn and pipelineExecutionId fields are not populated for ThirdParty action jobs.

Types

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

Properties

Link copied to clipboard

The context of an action to a job worker in the stage of a pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the pipeline.

Link copied to clipboard

The execution ID of the pipeline.

Link copied to clipboard

The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.

Link copied to clipboard

The stage of the pipeline.

Functions

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