PipelineTriggerAllGitConfigurationPushBranch

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

Constructors

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

A 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

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