PipelineEnvironmentVariable

data class PipelineEnvironmentVariable(val name: String, val type: PipelineEnvironmentVariableType? = null, val value: String)

Represents information about the environment variable of an action.

Constructors

Link copied to clipboard
constructor(name: String, type: PipelineEnvironmentVariableType? = null, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the environment variable.

Link copied to clipboard

The type of the environment variable.

Link copied to clipboard

The value of the environment variable.