GetTriggerBitbucketServerTriggerConfigPush

data class GetTriggerBitbucketServerTriggerConfigPush(val branch: String, val invertRegex: Boolean, val tag: String)

Constructors

constructor(branch: String, invertRegex: Boolean, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val tag: String

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