Pipeline Git Pull Request Filter
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)