...
Objects | Type | Description |
---|---|---|
form | java.util.Map | Allows access to other fields value and work item value for title, description, status, type, assignee and tags |
field | flexagon.fd.model2.pojo.common.FieldDataObject | Set current field value and override properties value for required, hidden, disabled, maxValue, minValue and precisionmaxLength. |
flexagon.fd.model2.pojo.common.CurrentUser | Returns CurrentUser object with methods - getUserId(), getUserName(), getFirstName(), getLastName(), getEmail() and getRoles() | |
flexagon.fd.services.groovy.functions.IFlexDeployFunctions | Functions for performing actions in FlexDeploy. | |
flexagon.fd.services.groovy.functions.EmailFunctions | Functions for formatting and sending emails. | |
flexagon.fd.services.groovy.functions.RestFunctions | Object exposing REST functions. For more info see Using the REST object. | |
flexagon.fd.services.groovy.functions.TopologyFunctions | Allows access to Integration Accounts(such as Source Control, Change Management, Cloud, or other tools) properties. |
...
Variables | Type | Description | |||||
---|---|---|---|---|---|---|---|
field.name | java.lang.String | Returns the current field name. | |||||
field.datatype | java.lang.String | Returns the current field data type. | |||||
field.value | java.io.Serializable | Updates the current field value
| |||||
field.state.required | java.lang.Boolean | Overrides the current field required property. True or False.
| |||||
field.state.disabled | java.lang.Boolean | Overrides the current field disabled property. True or False.
| |||||
field.state.hidden | java.lang.Boolean | Overrides the current field hidden property. True or False.
| |||||
field.state.maxValue | java.lang.Long | Overrides the current field maxValue property.
| |||||
field.state.minValue | java.lang.Long | Overrides the current field minValue property.
| |||||
field.state.precisionmaxLength | java.lang.Long | Overrides the current field precision(Max Length) maxLength property.
|