TriggerBuildArtifactsPythonPackageArgs

data class TriggerBuildArtifactsPythonPackageArgs(val paths: Output<List<String>>? = null, val repository: Output<String>? = null) : ConvertibleToJava<TriggerBuildArtifactsPythonPackageArgs>

Constructors

Link copied to clipboard
constructor(paths: Output<List<String>>? = null, repository: Output<String>? = null)

Properties

Link copied to clipboard
val paths: Output<List<String>>? = null

Path globs used to match files in the build's workspace. For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file.

Link copied to clipboard
val repository: Output<String>? = null

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. */

Functions

Link copied to clipboard
open override fun toJava(): TriggerBuildArtifactsPythonPackageArgs