GetTriggerGithubPush

data class GetTriggerGithubPush(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. 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 git_ref regex.

Link copied to clipboard
val tag: String

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