SourceRevisionOverride

A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

Types

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

Properties

Link copied to clipboard

The name of the action where the override will be applied.

Link copied to clipboard

The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.

Link copied to clipboard

The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.

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