PipelineInputArtifactArgs

data class PipelineInputArtifactArgs(val name: Output<String>) : ConvertibleToJava<PipelineInputArtifactArgs>

Represents information about an artifact to be worked on, such as a test or build artifact.

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the artifact to be worked on (for example, "My App").

Functions

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