Interface CloudbuildTriggerGithubPullRequest

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudbuildTriggerGithubPullRequest.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.090Z")
    @Stability(Stable)
    public interface CloudbuildTriggerGithubPullRequest
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getBranch

        @Stability(Stable)
        @NotNull
        String getBranch()
        Regex of branches to match.

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

      • getCommentControl

        @Stability(Stable)
        @Nullable
        default String getCommentControl()
        Whether to block builds on a "/gcbrun" comment from a repository owner or collaborator. Possible values: ["COMMENTS_DISABLED", "COMMENTS_ENABLED", "COMMENTS_ENABLED_FOR_EXTERNAL_CONTRIBUTORS_ONLY"].

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

      • getInvertRegex

        @Stability(Stable)
        @Nullable
        default Object getInvertRegex()
        If true, branches that do NOT match the git_ref will trigger a build.

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