StagePropertiesResponse

data class StagePropertiesResponse(val dependencies: List<String>? = null, val gitEnvironment: String? = null, val stageName: String? = null)

Properties of a Stage.

Constructors

Link copied to clipboard
constructor(dependencies: List<String>? = null, gitEnvironment: String? = null, stageName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dependencies: List<String>? = null
Link copied to clipboard
val gitEnvironment: String? = null
Link copied to clipboard
val stageName: String? = null

Stage Name