com.atlassian.greenhopper.web.rapid.issue.statistics
Interface IssueStatisticValueResolver

All Superinterfaces:
StatisticValueResolver
All Known Implementing Classes:
HistoricalEstimateStatisticValueResolver

public interface IssueStatisticValueResolver
extends StatisticValueResolver

Used for retrieving the value of the "estimation statistic" from an Issue.


Method Summary
 java.lang.Double getValue(com.atlassian.jira.issue.Issue issue)
          Get the value from the issue for the configured StatisticsField.
 
Methods inherited from interface com.atlassian.greenhopper.web.rapid.issue.statistics.StatisticValueResolver
getStatisticsField, getText
 

Method Detail

getValue

java.lang.Double getValue(com.atlassian.jira.issue.Issue issue)
Get the value from the issue for the configured StatisticsField.

Parameters:
issue - the value
Returns:
the value or null if one could not be resolved
See Also:
StatisticValueResolver.getStatisticsField()


Copyright © 2007-2012 Atlassian. All Rights Reserved.