xlrelease.UnknownType
Description unavailable
Type hierarchy: xlrelease.UnknownType > xlrelease.PythonScript > xlrelease.BasePythonScript > udm.BaseConfigurationItem
Label: Unknown Type
Properties
| Property | Kind | Description |
|---|---|---|
| customScriptTask | xlrelease.CustomScriptTask (parent) | Custom Script Task |
| originalType | String | Original type defined on pythonScript level. Used for recovery on read operations |
| backup | String | Snapshot of pythonScript before replacement. Used for recovery on read operations |
customScriptTask
Custom Script Task
- Label: Custom Script Task
- Kind: xlrelease.CustomScriptTask (parent)
- Required: false
- Reference type: xlrelease.CustomScriptTask
- As containment: true
originalType
Original type defined on pythonScript level. Used for recovery on read operations
- Label: Original Type
- Kind: String
- Required: true
- Category: script
backup
Snapshot of pythonScript before replacement. Used for recovery on read operations
- Label: Backup
- Kind: String
- Required: true
- Category: script
Hidden properties
| Property | Kind | Description |
|---|---|---|
| scriptLocation | String | Script Location |
| configurationUri | String | URI of the HTML file to render the task for custom script tasks |
| maxOutputPropertySize | Integer | Maximum size of output property values of type string. Default value is 32768 |
| iconLocation | String | Icon Location |
| iconClass | String | Icon Class |
| outputVarHelpText | String | Output Var Help Text |
| taskColor | String | Task Color |
| preconditionEnabled | Boolean | Indicates whether preconditions should be enabled |
| failureHandlerEnabled | Boolean | Indicates whether failure handler should be enabled |
scriptLocation
Script Location
- Key:
xlrelease.UnknownType.scriptLocation - Kind: String
- Default value:
- Hidden: true
configurationUri
URI of the HTML file to render the task for custom script tasks
- Key:
xlrelease.UnknownType.configurationUri - Kind: String
- Default value:
- Hidden: true
maxOutputPropertySize
Maximum size of output property values of type string. Default value is 32768
- Key:
xlrelease.UnknownType.maxOutputPropertySize - Kind: Integer
- Default value: 32768
- Hidden: true
iconLocation
Icon Location
- Key:
xlrelease.UnknownType.iconLocation - Kind: String
- Default value:
- Hidden: true
iconClass
Icon Class
- Key:
xlrelease.UnknownType.iconClass - Kind: String
- Default value:
- Hidden: true
outputVarHelpText
Output Var Help Text
- Key:
xlrelease.UnknownType.outputVarHelpText - Kind: String
- Default value: The output of the script can be stored in release variables; specify the variables to be used (optional)
- Hidden: true
taskColor
Task Color
- Key:
xlrelease.UnknownType.taskColor - Kind: String
- Default value: #009CDB
- Hidden: true
preconditionEnabled
Indicates whether preconditions should be enabled
- Key:
xlrelease.UnknownType.preconditionEnabled - Kind: Boolean
- Default value: true
- Hidden: true
failureHandlerEnabled
Indicates whether failure handler should be enabled
- Key:
xlrelease.UnknownType.failureHandlerEnabled - Kind: Boolean
- Default value: true
- Hidden: true