PipelineGitConfiguration

data class PipelineGitConfiguration(val pullRequest: List<PipelineGitPullRequestFilter>? = null, val push: List<PipelineGitPushFilter>? = null, val sourceActionName: String)

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

Constructors

Link copied to clipboard
constructor(pullRequest: List<PipelineGitPullRequestFilter>? = null, push: List<PipelineGitPushFilter>? = null, sourceActionName: String)

Types

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.