GitConfiguration

A type of trigger configuration for Git-based source actions.

You can specify the Git configuration trigger type for all third-party Git-based source actions that are supported by the CodeStarSourceConnection action type.

Types

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

Properties

Link copied to clipboard

The field where the repository event that will start the pipeline is specified as pull requests.

Link copied to clipboard

The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

Link copied to clipboard

The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

Functions

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