public class ProjectCustomFieldValueProvider extends Object implements CustomFieldValueProvider
CustomFieldValueProvider
for retreiving the project value.Constructor and Description |
---|
ProjectCustomFieldValueProvider(ProjectConverter projectConverter) |
Modifier and Type | Method and Description |
---|---|
Object |
getStringValue(CustomField customField,
FieldValuesHolder fieldValuesHolder)
Provides a string value representation of the value specified for this searcher.
|
Project |
getValue(CustomField customField,
FieldValuesHolder fieldValuesHolder)
Provides an object value representation of the value specified for this searcher.
|
public ProjectCustomFieldValueProvider(ProjectConverter projectConverter)
public Object getStringValue(CustomField customField, FieldValuesHolder fieldValuesHolder)
CustomFieldValueProvider
getStringValue
in interface CustomFieldValueProvider
customField
- the custom field that is using this searcher.fieldValuesHolder
- contains values populated by the populate methods of the input transformer.public Project getValue(CustomField customField, FieldValuesHolder fieldValuesHolder)
CustomFieldValueProvider
getValue
in interface CustomFieldValueProvider
customField
- the custom field that is using this searcher.fieldValuesHolder
- contains values populated by the populate methods of the input transformer.Copyright © 2002-2021 Atlassian. All Rights Reserved.