Pipeline Trigger Git Configuration Push
data class PipelineTriggerGitConfigurationPush(val branches: PipelineTriggerGitConfigurationPushBranches? = null, val filePaths: PipelineTriggerGitConfigurationPushFilePaths? = null, val tags: PipelineTriggerGitConfigurationPushTags? = null)
Constructors
Link copied to clipboard
constructor(branches: PipelineTriggerGitConfigurationPushBranches? = null, filePaths: PipelineTriggerGitConfigurationPushFilePaths? = null, tags: PipelineTriggerGitConfigurationPushTags? = null)
Properties
Link copied to clipboard
The field that specifies to filter on branches for the push trigger configuration. A branches
block is documented below.
Link copied to clipboard
The field that specifies to filter on file paths for the push trigger configuration. A file_paths
block is documented below.
Link copied to clipboard
The field that contains the details for the Git tags trigger configuration. A tags
block is documented below.