jetbrains.buildServer.configs.kotlin.v2018_1 / ParameterDisplay

ParameterDisplay

enum class ParameterDisplay

Specifies how parameter is shown in the Run Custom Build dialog

Enum Values

NORMAL

Parameter is shown as usual

PROMPT

TeamCity will require a review of the parameter value when clicking the Run button (won't require the parameter if build is triggered automatically)

HIDDEN

Parameter will not be shown in the Run Custom Build dialog, but will be sent to a build

Properties

value

val value: String