GetTriggerRepositoryEventConfigPush

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

Constructors

Link copied to clipboard
constructor(branch: String, invertRegex: Boolean, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Regex of branches to match. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax

Link copied to clipboard

If true, only trigger a build if the revision regex does NOT match the git_ref regex.

Link copied to clipboard
val tag: String

Regex of tags to match. The syntax of the regular expressions accepted is the syntax accepted by RE2 and described at https://github.com/google/re2/wiki/Syntax