PipelineTriggerGitConfigurationArgs

data class PipelineTriggerGitConfigurationArgs(val pullRequests: Output<List<PipelineTriggerGitConfigurationPullRequestArgs>>? = null, val pushes: Output<List<PipelineTriggerGitConfigurationPushArgs>>? = null, val sourceActionName: Output<String>) : ConvertibleToJava<PipelineTriggerGitConfigurationArgs>

Constructors

Link copied to clipboard
constructor(pullRequests: Output<List<PipelineTriggerGitConfigurationPullRequestArgs>>? = null, pushes: Output<List<PipelineTriggerGitConfigurationPushArgs>>? = null, sourceActionName: Output<String>)

Properties

Link copied to clipboard

The field where the repository event that will start the pipeline is specified as pull requests. A pull_request block is documented below.

Link copied to clipboard

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

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
open override fun toJava(): PipelineTriggerGitConfigurationArgs