Interface CloudbuildTriggerBuildArtifactsPythonPackages
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudbuildTriggerBuildArtifactsPythonPackages.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.067Z") @Stability(Stable) public interface CloudbuildTriggerBuildArtifactsPythonPackages extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudbuildTriggerBuildArtifactsPythonPackages.BuilderA builder forCloudbuildTriggerBuildArtifactsPythonPackagesstatic classCloudbuildTriggerBuildArtifactsPythonPackages.Jsii$ProxyAn implementation forCloudbuildTriggerBuildArtifactsPythonPackages
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudbuildTriggerBuildArtifactsPythonPackages.Builderbuilder()default List<String>getPaths()Path globs used to match files in the build's workspace.default StringgetRepository()Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY".
-
-
-
Method Detail
-
getPaths
@Stability(Stable) @Nullable default List<String> getPaths()
Path globs used to match files in the build's workspace.For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#paths CloudbuildTrigger#paths}
-
getRepository
@Stability(Stable) @Nullable default String getRepository()
Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY".Files in the workspace matching any path pattern 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}
-
builder
@Stability(Stable) static CloudbuildTriggerBuildArtifactsPythonPackages.Builder builder()
-
-