Class CloudbuildTriggerBuildArtifactsMavenArtifacts.Jsii$Proxy

    • Method Detail

      • getPath

        public final String getPath()
        Description copied from interface: CloudbuildTriggerBuildArtifactsMavenArtifacts
        Path to an artifact in the build's workspace to be uploaded to Artifact Registry.

        This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#path CloudbuildTrigger#path}

        Specified by:
        getPath in interface CloudbuildTriggerBuildArtifactsMavenArtifacts
      • getRepository

        public final String getRepository()
        Description copied from interface: CloudbuildTriggerBuildArtifactsMavenArtifacts
        Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY".

        Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#repository CloudbuildTrigger#repository}

        Specified by:
        getRepository in interface CloudbuildTriggerBuildArtifactsMavenArtifacts
      • $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