Interface ChangeHistoryStatisticValueResolver
- All Superinterfaces:
StatisticValueResolver
Used for retrieving the value of the "estimation statistic" from a Lucene document (map of String values).
-
Method Summary
Modifier and TypeMethodDescriptiongetChangeItemValue
(String value, String valueString) Get the value represented by the string.Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolver
getStatisticsField, getText
-
Method Details
-
getChangeItemField
String getChangeItemField()- Returns:
- the name of the field of the statistic field change items
-
getChangeItemValue
Get the value represented by the string. String may be null or blank, or invalid.- Parameters:
value
- the value of the change itemvalueString
- the string value of the change item- Returns:
- the value or null if one could not be resolved
- See Also:
-