static WellknownParameter<Boolean> |
WellknownParameterArguments.ARGUMENT_ALLOW_INVALID_DEFAULT_VALUE |
Deprecated.
|
static WellknownParameter<String> |
WellknownParameterArguments.ARGUMENT_DESCRIPTION |
Value of this attribute is string.
|
static WellknownParameter<ControlDisplayMode> |
WellknownParameterArguments.ARGUMENT_DISPLAY |
Values of this attribute are: 'hidden', 'prompt', 'normal' (see ControlDisplayMode )
'normal' means normal parameter
'hidden' means to hide parameter from custom run dialog
'prompt' means to make TeamCity show custom run dialog event if 'Run' button was pressed.
|
static WellknownParameter<String> |
WellknownParameterArguments.ARGUMENT_LABEL |
Global argument to let framework show this label instead of parameter name
in editing form.
|
static WellknownParameter<Double> |
WellknownParameterArguments.ARGUMENT_ORDER_NUMBER |
Value of this attribute is string.
|
static WellknownParameter<Boolean> |
WellknownParameterArguments.ARGUMENT_VALIDATE_DEFAULT_VALUE |
Value of this attribute is boolean.
|
static WellknownParameter<Boolean> |
WellknownParameterArguments.REQUIRED |
Value of this attribute is boolean
Use this value to indicate that parameter is required
|