Class CloudbuildTriggerGithubPush.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getBranch

        public final String getBranch()
        Description copied from interface: CloudbuildTriggerGithubPush
        Regex of branches to match. Specify only one of branch or tag.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#branch CloudbuildTrigger#branch}

        Specified by:
        getBranch in interface CloudbuildTriggerGithubPush
      • getInvertRegex

        public final Object getInvertRegex()
        Description copied from interface: CloudbuildTriggerGithubPush
        When true, only trigger a build if the revision regex does NOT match the git_ref regex.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#invert_regex CloudbuildTrigger#invert_regex}

        Specified by:
        getInvertRegex in interface CloudbuildTriggerGithubPush
      • getTag

        public final String getTag()
        Description copied from interface: CloudbuildTriggerGithubPush
        Regex of tags to match. Specify only one of branch or tag.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tag CloudbuildTrigger#tag}

        Specified by:
        getTag in interface CloudbuildTriggerGithubPush
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object