Class CloudbuildTriggerBuildArtifactsMavenArtifacts.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildArtifactsMavenArtifacts.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBuildArtifactsMavenArtifacts,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBuildArtifactsMavenArtifacts
@Stability(Stable) @Internal public static final class CloudbuildTriggerBuildArtifactsMavenArtifacts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBuildArtifactsMavenArtifacts
An implementation forCloudbuildTriggerBuildArtifactsMavenArtifacts
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildArtifactsMavenArtifacts
CloudbuildTriggerBuildArtifactsMavenArtifacts.Builder, CloudbuildTriggerBuildArtifactsMavenArtifacts.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBuildArtifactsMavenArtifacts.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildArtifactsMavenArtifacts.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetArtifactId()Maven artifactId value used when uploading the artifact to Artifact Registry.StringgetGroupId()Maven groupId value used when uploading the artifact to Artifact Registry.StringgetPath()Path to an artifact in the build's workspace to be uploaded to Artifact Registry.StringgetRepository()Artifact Registry repository, in the form "https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY".StringgetVersion()Maven version value used when uploading the artifact to Artifact Registry.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(CloudbuildTriggerBuildArtifactsMavenArtifacts.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildArtifactsMavenArtifacts.Builder.
-
-
Method Detail
-
getArtifactId
public final String getArtifactId()
Description copied from interface:CloudbuildTriggerBuildArtifactsMavenArtifactsMaven artifactId value used when uploading the artifact to Artifact Registry.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#artifact_id CloudbuildTrigger#artifact_id}
- Specified by:
getArtifactIdin interfaceCloudbuildTriggerBuildArtifactsMavenArtifacts
-
getGroupId
public final String getGroupId()
Description copied from interface:CloudbuildTriggerBuildArtifactsMavenArtifactsMaven groupId value used when uploading the artifact to Artifact Registry.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#group_id CloudbuildTrigger#group_id}
- Specified by:
getGroupIdin interfaceCloudbuildTriggerBuildArtifactsMavenArtifacts
-
getPath
public final String getPath()
Description copied from interface:CloudbuildTriggerBuildArtifactsMavenArtifactsPath 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:
getPathin interfaceCloudbuildTriggerBuildArtifactsMavenArtifacts
-
getRepository
public final String getRepository()
Description copied from interface:CloudbuildTriggerBuildArtifactsMavenArtifactsArtifact 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:
getRepositoryin interfaceCloudbuildTriggerBuildArtifactsMavenArtifacts
-
getVersion
public final String getVersion()
Description copied from interface:CloudbuildTriggerBuildArtifactsMavenArtifactsMaven version value used when uploading the artifact to Artifact Registry.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#version CloudbuildTrigger#version}
- Specified by:
getVersionin interfaceCloudbuildTriggerBuildArtifactsMavenArtifacts
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-