View Source GoogleApi.CloudBuild.V1.Model.PushFilter (google_api_cloud_build v0.50.1)

Push contains filter properties for matching GitHub git pushes.

Attributes

  • branch (type: String.t, default: nil) - 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
  • invertRegex (type: boolean(), default: nil) - When true, only trigger a build if the revision regex does NOT match the git_ref regex.
  • tag (type: String.t, default: nil) - 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.PushFilter{
  branch: String.t() | nil,
  invertRegex: boolean() | nil,
  tag: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.