Interface CloudbuildTriggerBitbucketServerTriggerConfigPush

    • Method Detail

      • getBranch

        @Stability(Stable)
        @Nullable
        default String getBranch()
        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}

      • getInvertRegex

        @Stability(Stable)
        @Nullable
        default Object getInvertRegex()
        When true, only trigger a build if the revision regex does NOT match the gitRef 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}

      • getTag

        @Stability(Stable)
        @Nullable
        default String getTag()
        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}