Pipeline Git Push Filter
data class PipelineGitPushFilter(val branches: PipelineGitBranchFilterCriteria? = null, val filePaths: PipelineGitFilePathFilterCriteria? = null, val tags: PipelineGitTagFilterCriteria? = null)
The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.
Constructors
Link copied to clipboard
constructor(branches: PipelineGitBranchFilterCriteria? = null, filePaths: PipelineGitFilePathFilterCriteria? = null, tags: PipelineGitTagFilterCriteria? = null)
Properties
Link copied to clipboard
The field that specifies to filter on branches for the push trigger configuration.
Link copied to clipboard
The field that specifies to filter on file paths for the push trigger configuration.
Link copied to clipboard
The field that contains the details for the Git tags trigger configuration.