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)
CustomFieldValueProvidergetStringValue in interface CustomFieldValueProvidercustomField - 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)
CustomFieldValueProvidergetValue in interface CustomFieldValueProvidercustomField - the custom field that is using this searcher.fieldValuesHolder - contains values populated by the populate methods of the input transformer.Copyright © 2002-2019 Atlassian. All Rights Reserved.