TriggerBitbucketServerTriggerConfigPushArgs

data class TriggerBitbucketServerTriggerConfigPushArgs(val branch: Output<String>? = null, val invertRegex: Output<Boolean>? = null, val tag: Output<String>? = null) : ConvertibleToJava<TriggerBitbucketServerTriggerConfigPushArgs>

Constructors

constructor(branch: Output<String>? = null, invertRegex: Output<Boolean>? = null, tag: Output<String>? = null)

Properties

Link copied to clipboard
val branch: Output<String>? = null

Regex of branches to match. Specify only one of branch or tag.

Link copied to clipboard
val invertRegex: Output<Boolean>? = null

When true, only trigger a build if the revision regex does NOT match the gitRef regex.

Link copied to clipboard
val tag: Output<String>? = null

Regex of tags to match. Specify only one of branch or tag.

Functions

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