PipelineInputArtifact

data class PipelineInputArtifact(val name: String)

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

Constructors

Link copied to clipboard
constructor(name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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