Pipeline Git Configuration Args
data class PipelineGitConfigurationArgs(val pullRequest: Output<List<PipelineGitPullRequestFilterArgs>>? = null, val push: Output<List<PipelineGitPushFilterArgs>>? = null, val sourceActionName: Output<String>) : ConvertibleToJava<PipelineGitConfigurationArgs>
A type of trigger configuration for Git-based source actions.
Constructors
Link copied to clipboard
constructor(pullRequest: Output<List<PipelineGitPullRequestFilterArgs>>? = null, push: Output<List<PipelineGitPushFilterArgs>>? = 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.
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.