Uses of Interface
com.atlassian.greenhopper.web.rapid.issue.statistics.DocumentStatisticValueResolver

Packages that use DocumentStatisticValueResolver
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.statistics   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
 

Uses of DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.chart
 

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type DocumentStatisticValueResolver
StatisticHistoryDataCallback(DocumentStatisticValueResolver documentStatisticValueResolver)
           
 

Uses of DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.issue
 

Methods in com.atlassian.greenhopper.web.rapid.issue with parameters of type DocumentStatisticValueResolver
 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.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.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 DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.issue.statistics
 

Methods in com.atlassian.greenhopper.web.rapid.issue.statistics that return DocumentStatisticValueResolver
 DocumentStatisticValueResolver StatisticValueResolverFactory.forEstimationStatisticInDocument(StatisticsField estimationStatistic)
           
 DocumentStatisticValueResolver StatisticValueResolverFactory.forTrackingStatisticInDocument(StatisticsField trackingStatistic)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type DocumentStatisticValueResolver
StatisticFieldAggregationCallback(DocumentStatisticValueResolver statisticValueResolver)
           
 

Uses of DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.list
 

Constructors in com.atlassian.greenhopper.web.rapid.list with parameters of type DocumentStatisticValueResolver
RapidIssueEntryCallback(com.atlassian.crowd.embedded.api.User user, com.google.common.base.Predicate<java.lang.Long> visiblePredicate, com.atlassian.jira.bc.issue.IssueService issueService, com.atlassian.jira.config.ConstantsManager constantsManager, com.atlassian.jira.user.util.UserManager userManager, GHAvatarService avatarService, WebUtilities webUtilities, StatisticFieldHelper statisticFieldHelper, EstimateStatisticService estimateStatisticService, DocumentStatisticValueResolver estimateDocumentStatisticValueResolver, TrackingStatisticService trackingStatisticService, DocumentStatisticValueResolver trackingDocumentStatisticValueResolver, StatusEntryFactory statusEntryFactory)
           
 

Uses of DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.plan
 

Constructors in com.atlassian.greenhopper.web.rapid.plan with parameters of type DocumentStatisticValueResolver
ClassificationStatisticCallback(DocumentStatisticValueResolver documentStatisticValueResolver, StatisticFieldHelper statisticsFieldHelper, MappedStatusIds statusIds)
           
EpicStatisticCallback(com.atlassian.jira.issue.fields.CustomField epicCustomField, DocumentStatisticValueResolver documentStatisticValueResolver, StatisticFieldHelper statisticsFieldHelper, MappedStatusIds statusIds)
           
VersionStatisticCallback(DocumentStatisticValueResolver documentStatisticValueResolver, StatisticFieldHelper statisticsFieldHelper, MappedStatusIds statusIds)
           
 

Uses of DocumentStatisticValueResolver in com.atlassian.greenhopper.web.rapid.sprint
 

Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type DocumentStatisticValueResolver
StartSprintHelper.IssueKeysAndStatisticsCallback(Sprint sprint, DocumentStatisticValueResolver documentStatisticValueResolver, EstimateStatisticService estimateStatisticService)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.