java.lang.Object |
↳ |
com.atlassian.jira.issue.customfields.SingleValueCustomFieldValueProvider |
Class Overview
An implementation of the CustomFieldValueProvider
for retreiving single values. If a holder contains a non-empty lsit
the first value is returned.
Public Constructors
public
SingleValueCustomFieldValueProvider
()
Public Methods
Provides a string value representation of the value specified for this searcher. The result is used to populate
the velocity context with the variable "value".
Parameters
customField
| the custom field that is using this searcher. |
fieldValuesHolder
| contains values populated by the populate methods of the input transformer. |
Returns
- a string value representation of the value specified for this searcher.
Provides an object value representation of the value specified for this searcher. The result is used to populate
the velocity context with the variable "valueObject".
Parameters
customField
| the custom field that is using this searcher. |
fieldValuesHolder
| contains values populated by the populate methods of the input transformer. |
Returns
- an object value representation of the value specified for this searcher.