PipelineGitBranchFilterCriteria

data class PipelineGitBranchFilterCriteria(val excludes: List<String>? = null, val includes: List<String>? = null)

The Git repository branches specified as filter criteria to start the pipeline.

Constructors

Link copied to clipboard
constructor(excludes: List<String>? = null, includes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

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

The list of patterns of Git branches that, when a commit is pushed, are to be excluded from starting the pipeline.

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

The list of patterns of Git branches that, when a commit is pushed, are to be included as criteria that starts the pipeline.