Class CloudbuildTriggerTriggerTemplate.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

      • getBranchName

        public final String getBranchName()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Name of the branch to build.

        Exactly one a of branch name, tag, or commit SHA must be provided. This field is a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#branch_name CloudbuildTrigger#branch_name}

        Specified by:
        getBranchName in interface CloudbuildTriggerTriggerTemplate
      • getCommitSha

        public final String getCommitSha()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Explicit commit SHA to build. Exactly one of a branch name, tag, or commit SHA must be provided.

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

        Specified by:
        getCommitSha in interface CloudbuildTriggerTriggerTemplate
      • getDir

        public final String getDir()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Directory, relative to the source root, in which to run the build.

        This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#dir CloudbuildTrigger#dir}

        Specified by:
        getDir in interface CloudbuildTriggerTriggerTemplate
      • getInvertRegex

        public final Object getInvertRegex()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Only trigger a build if the revision regex does NOT match the revision 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 CloudbuildTriggerTriggerTemplate
      • getProjectId

        public final String getProjectId()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.

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

        Specified by:
        getProjectId in interface CloudbuildTriggerTriggerTemplate
      • getRepoName

        public final String getRepoName()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Name of the Cloud Source Repository. If omitted, the name "default" is assumed.

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

        Specified by:
        getRepoName in interface CloudbuildTriggerTriggerTemplate
      • getTagName

        public final String getTagName()
        Description copied from interface: CloudbuildTriggerTriggerTemplate
        Name of the tag to build.

        Exactly one of a branch name, tag, or commit SHA must be provided. This field is a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#tag_name CloudbuildTrigger#tag_name}

        Specified by:
        getTagName in interface CloudbuildTriggerTriggerTemplate
      • $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