ExecutionTrigger

The interaction or event that started a pipeline execution.

Types

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

Properties

Link copied to clipboard

Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

Link copied to clipboard

The type of change-detection method, command, or user interaction that started a pipeline execution.

Functions

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