PipelineGitFilePathFilterCriteriaArgs

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

The Git repository file paths 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 repository file paths 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 repository file paths 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(): PipelineGitFilePathFilterCriteriaArgs