PushFilterResponse

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

Push contains filter properties for matching GitHub git pushes.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Regexes matching branches to build. 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

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

Link copied to clipboard
val tag: String

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