PipelineGitPushFilterArgs

data class PipelineGitPushFilterArgs(val branches: Output<PipelineGitBranchFilterCriteriaArgs>? = null, val filePaths: Output<PipelineGitFilePathFilterCriteriaArgs>? = null, val tags: Output<PipelineGitTagFilterCriteriaArgs>? = null) : ConvertibleToJava<PipelineGitPushFilterArgs>

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: Output<PipelineGitBranchFilterCriteriaArgs>? = null, filePaths: Output<PipelineGitFilePathFilterCriteriaArgs>? = null, tags: Output<PipelineGitTagFilterCriteriaArgs>? = 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.

Functions

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