PipelineGitBranchFilterCriteriaArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val excludes: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PipelineGitBranchFilterCriteriaArgs