ParameterDisplay

enum ParameterDisplay : Enum<ParameterDisplay>

Specifies how parameter is shown in the Run Custom Build dialog

Entries

Link copied to clipboard
HIDDEN("hidden")

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

Link copied to clipboard
PROMPT("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)

Link copied to clipboard
NORMAL("normal")

Parameter is shown as usual

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String