xlrelease.ListStringVariable
Description unavailable
Type hierarchy: xlrelease.ListStringVariable > xlrelease.VariableWithValue > xlrelease.Variable > xlrelease.BaseConfiguration > udm.BaseConfigurationItem
Label: Xlrelease: List String Variable
Properties
Property | Kind | Description |
---|---|---|
folderId | String | If set, this field contains the folder that this configuration belongs to. |
key | String | The unique name of the variable in the way it is used in template or release, without curly braces |
requiresValue | Boolean | Shows if an empty value is a valid value for this variable |
showOnReleaseStart | Boolean | Shows if this variable will be shown on create release page |
label | String | Label of the variable |
description | String | Description of the variable |
valueProvider | xlrelease.ValueProviderConfiguration | Configuration of the variable values provider |
value | List of string | Value of the release variable or default value of the template variable |
folderId
If set, this field contains the folder that this configuration belongs to.
- Label: Folder Id
- Kind: String
- Required: false
- Category: FOLDER_CONFIG
key
The unique name of the variable in the way it is used in template or release, without curly braces
- Label: Key
- Kind: String
- Required: true
requiresValue
Shows if an empty value is a valid value for this variable
- Label: Requires Value
- Kind: Boolean
- Default value: true
- Required: false
showOnReleaseStart
Shows if this variable will be shown on create release page
- Label: Show On Release Start
- Kind: Boolean
- Default value: true
- Required: false
label
Label of the variable
- Label: Label
- Kind: String
- Required: false
description
Description of the variable
- Label: Description
- Kind: String
- Required: false
valueProvider
Configuration of the variable values provider
- Label: Value Provider
- Kind: xlrelease.ValueProviderConfiguration
- Required: false
- Reference type: xlrelease.ValueProviderConfiguration
value
Value of the release variable or default value of the template variable
- Label: Value
- Kind: List of string
- Required: false