PipelineGitPullRequestFilterArgs

data class PipelineGitPullRequestFilterArgs(val branches: Output<PipelineGitBranchFilterCriteriaArgs>? = null, val events: Output<List<String>>? = null, val filePaths: Output<PipelineGitFilePathFilterCriteriaArgs>? = null) : ConvertibleToJava<PipelineGitPullRequestFilterArgs>

The event criteria for the pull request trigger configuration, such as the lists of branches or file paths to include and exclude.

Constructors

Link copied to clipboard
constructor(branches: Output<PipelineGitBranchFilterCriteriaArgs>? = null, events: Output<List<String>>? = null, filePaths: Output<PipelineGitFilePathFilterCriteriaArgs>? = null)

Properties

Link copied to clipboard

The field that specifies to filter on branches for the pull request trigger configuration.

Link copied to clipboard
val events: Output<List<String>>? = null

The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.

Link copied to clipboard

The field that specifies to filter on file paths for the pull request trigger configuration.

Functions

Link copied to clipboard
open override fun toJava(): PipelineGitPullRequestFilterArgs