Interface IssueStatisticValueResolver
- All Superinterfaces:
StatisticValueResolver
- All Known Implementing Classes:
HistoricalEstimateStatisticValueResolver
Used for retrieving the value of the "estimation statistic" from an Issue.
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(com.atlassian.jira.issue.Issue issue) Get the value from the issue for the configuredStatisticsField.Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolver
getStatisticsField, getText
-
Method Details
-
getValue
Get the value from the issue for the configuredStatisticsField.- Parameters:
issue- the value- Returns:
- the value or null if one could not be resolved
- See Also:
-