Uses of Class
com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.StatisticFieldValue

Packages that use RapidIssueEntry.StatisticFieldValue
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.list   
 

Uses of RapidIssueEntry.StatisticFieldValue in com.atlassian.greenhopper.web.rapid.issue
 

Methods in com.atlassian.greenhopper.web.rapid.issue that return RapidIssueEntry.StatisticFieldValue
 RapidIssueEntry.StatisticFieldValue EstimateStatisticHelper.createEstimateStatistic(com.atlassian.jira.issue.Issue issue, IssueStatisticValueResolver issueStatisticValueResolver)
          Creates a representation of a RapidIssueEntry.StatisticFieldValue for the given issue and IssueStatisticValueResolver.
 RapidIssueEntry.StatisticFieldValue EstimateStatisticHelper.createEstimateStatistic(java.lang.Long projectId, java.lang.String issueTypeId, java.lang.String documentValue, DocumentStatisticValueResolver documentStatisticValueResolver)
          Creates a representation of a RapidIssueEntry.StatisticFieldValue for the given document value and DocumentStatisticValueResolver.
 RapidIssueEntry.StatisticFieldValue EstimateStatisticHelper.createIssueCountEstimateStatistic()
          Shortcut for creating a RapidIssueEntry.StatisticFieldValue when we know the configured StatisticsField is of type StatisticsFieldConfig.Type#ISSUE_COUNT.
 

Uses of RapidIssueEntry.StatisticFieldValue in com.atlassian.greenhopper.web.rapid.list
 

Fields in com.atlassian.greenhopper.web.rapid.list declared as RapidIssueEntry.StatisticFieldValue
 RapidIssueEntry.StatisticFieldValue RapidIssueEntry.estimateStatistic
          Represents the value of the configured estimate statistic null means that the relevant field is invalid for this issue
 

Methods in com.atlassian.greenhopper.web.rapid.list that return RapidIssueEntry.StatisticFieldValue
 RapidIssueEntry.StatisticFieldValue RapidIssueEntry.getEstimateStatistic()
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.