PipelineGitPullRequestFilter

data class PipelineGitPullRequestFilter(val branches: PipelineGitBranchFilterCriteria? = null, val events: List<String>? = null, val filePaths: PipelineGitFilePathFilterCriteria? = null)

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: PipelineGitBranchFilterCriteria? = null, events: List<String>? = null, filePaths: PipelineGitFilePathFilterCriteria? = null)

Types

Link copied to clipboard
object Companion

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: 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.