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

      • getStep

        public final Object getStep()
        Description copied from interface: CloudbuildTriggerBuild
        step block.

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

        Specified by:
        getStep in interface CloudbuildTriggerBuild
      • getImages

        public final List<String> getImages()
        Description copied from interface: CloudbuildTriggerBuild
        A list of images to be pushed upon the successful completion of all build steps.

        The images are pushed using the builder service account's credentials. The digests of the pushed images will be stored in the Build resource's results field. If any of the images fail to be pushed, the build status is marked FAILURE. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#images CloudbuildTrigger#images}

        Specified by:
        getImages in interface CloudbuildTriggerBuild
      • getLogsBucket

        public final String getLogsBucket()
        Description copied from interface: CloudbuildTriggerBuild
        Google Cloud Storage bucket where logs should be written. Logs file names will be of the format ${logsBucket}/log-${build_id}.txt.

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

        Specified by:
        getLogsBucket in interface CloudbuildTriggerBuild
      • getQueueTtl

        public final String getQueueTtl()
        Description copied from interface: CloudbuildTriggerBuild
        TTL in queue for this build.

        If provided and the build is enqueued longer than this value, the build will expire and the build status will be EXPIRED. The TTL starts ticking from createTime. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#queue_ttl CloudbuildTrigger#queue_ttl}

        Specified by:
        getQueueTtl in interface CloudbuildTriggerBuild
      • getSecret

        public final Object getSecret()
        Description copied from interface: CloudbuildTriggerBuild
        secret block.

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

        Specified by:
        getSecret in interface CloudbuildTriggerBuild
      • getSubstitutions

        public final Map<String,​String> getSubstitutions()
        Description copied from interface: CloudbuildTriggerBuild
        Substitutions data for Build resource.

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

        Specified by:
        getSubstitutions in interface CloudbuildTriggerBuild
      • getTags

        public final List<String> getTags()
        Description copied from interface: CloudbuildTriggerBuild
        Tags for annotation of a Build. These are not docker tags.

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

        Specified by:
        getTags in interface CloudbuildTriggerBuild
      • getTimeout

        public final String getTimeout()
        Description copied from interface: CloudbuildTriggerBuild
        Amount of time that this build should be allowed to run, to second granularity.

        If this amount of time elapses, work on the build will cease and the build status will be TIMEOUT. This timeout must be equal to or greater than the sum of the timeouts for build steps within the build. The expected format is the number of seconds followed by s. Default time is ten minutes (600s). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#timeout CloudbuildTrigger#timeout}

        Specified by:
        getTimeout in interface CloudbuildTriggerBuild
      • $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