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

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

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

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type RapidIssueEntry.StatisticFieldValue
protected  java.lang.Double ReportModelFactory.getStatFieldValue(RapidIssueEntry.StatisticFieldValue estimateStatistic)
           
 

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 StatisticFieldHelper.createEstimateStatistic(com.atlassian.jira.issue.Issue issue, IssueStatisticValueResolver issueStatisticValueResolver)
          Creates a representation of a RapidIssueEntry.StatisticFieldValue for the given issue and IssueStatisticValueResolver.
 RapidIssueEntry.StatisticFieldValue StatisticFieldHelper.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 StatisticFieldHelper.createIssueCountEstimateStatistic()
          Shortcut for creating a RapidIssueEntry.StatisticFieldValue when we know the configured StatisticsField is of type StatisticsFieldConfig.Type#ISSUE_COUNT.
 RapidIssueEntry.StatisticFieldValue StatisticFieldHelper.createTrackingStatistic(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 StatisticFieldHelper.createTrackingStatistic(StatisticsField estimateStatistic, java.lang.Long projectId, java.lang.String issueTypeId, com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper.EnclosedValueResolver enclosedValueResolver)
           
 RapidIssueEntry.StatisticFieldValue StatisticFieldHelper.createTrackingStatisticValue(DocumentStatisticValueResolver documentStatisticValueResolver, java.lang.Long projectId, java.lang.String issueTypeId, java.lang.Double value)
          Renders the tracking statistic for an already calculated value, such as aggregated statistic value (e.g.
 

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.columnStatistic
          Represents the value of the configured column statistic/constraint.
 RapidIssueEntry.StatisticFieldValue RapidIssueEntry.estimateStatistic
          Represents the value of the configured estimate statistic null means that the relevant field is invalid for this issue
 RapidIssueEntry.StatisticFieldValue RapidIssueEntry.trackingStatistic
          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()
           
 RapidIssueEntry.StatisticFieldValue RapidIssueEntry.getTrackingStatistic()
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.