Uses of Interface
com.atlassian.greenhopper.model.rapid.StatisticsField

Packages that use StatisticsField
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.rapid.view.statistics   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.issue   
com.atlassian.greenhopper.web.rapid.issue.statistics   
com.atlassian.greenhopper.web.rapid.view   
com.atlassian.greenhopper.web.rapid.view.detailview   
 

Uses of StatisticsField in com.atlassian.greenhopper.model.rapid
 

Classes in com.atlassian.greenhopper.model.rapid that implement StatisticsField
 class StatisticsFieldInstance
          Represents an instance of a StatisticsFieldConfig for a RapidView.
 

Uses of StatisticsField in com.atlassian.greenhopper.service.rapid.view.statistics
 

Methods in com.atlassian.greenhopper.service.rapid.view.statistics that return StatisticsField
 StatisticsField EstimateStatisticServiceImpl.getEstimateStatistic(RapidView rapidView)
           
 StatisticsField EstimateStatisticService.getEstimateStatistic(RapidView rapidView)
          Will always return a StatisticsField, which may or may not be valid.
 StatisticsField EstimateStatisticServiceImpl.getInvalidEstimateStatistic(RapidView rapidView)
           
 StatisticsField EstimateStatisticService.getInvalidEstimateStatistic(RapidView rapidView)
          Returns a StatisticsField instance which represents an invalid StatisticsFieldConfig.
 StatisticsField TrackingStatisticServiceImpl.getInvalidTrackingStatistic(RapidView rapidView)
           
 StatisticsField TrackingStatisticService.getInvalidTrackingStatistic(RapidView rapidView)
          Returns a StatisticsField instance which represents an invalid StatisticsFieldConfig.
 StatisticsField TrackingStatisticServiceImpl.getTrackingStatistic(RapidView rapidView)
           
 StatisticsField TrackingStatisticService.getTrackingStatistic(RapidView rapidView)
          Will always return a StatisticsField, which may or may not be valid.
 

Methods in com.atlassian.greenhopper.service.rapid.view.statistics that return types with arguments of type StatisticsField
 java.util.List<StatisticsField> EstimateStatisticServiceImpl.getAvailableEstimateStatistics()
          Returns the list of StatisticsFields which represent the available StatisticsFieldConfigs.
 java.util.List<StatisticsField> EstimateStatisticService.getAvailableEstimateStatistics()
          Returns the list of StatisticsFields which represent the available StatisticsFieldConfigs.
 java.util.List<StatisticsField> TrackingStatisticServiceImpl.getAvailableTrackingStatistics()
          Returns the list of StatisticsFields which represent the available StatisticsFieldConfigs.
 java.util.List<StatisticsField> TrackingStatisticService.getAvailableTrackingStatistics()
          Returns the list of StatisticsFields which represent the available StatisticsFieldConfigs.
 ServiceOutcome<StatisticsField> EstimateStatisticServiceImpl.getEstimateStatisticStrict(RapidView rapidView)
           
 ServiceOutcome<StatisticsField> EstimateStatisticService.getEstimateStatisticStrict(RapidView rapidView)
          Attempts to get the StatisticsField of a rapid view.
 ServiceOutcome<StatisticsField> TrackingStatisticServiceImpl.getInstanceOf(StatisticsFieldConfig config)
           
 ServiceOutcome<StatisticsField> EstimateStatisticServiceImpl.getInstanceOf(StatisticsFieldConfig config)
           
 ServiceOutcome<StatisticsField> TrackingStatisticServiceImpl.getTrackingStatisticStrict(RapidView rapidView)
           
 ServiceOutcome<StatisticsField> TrackingStatisticService.getTrackingStatisticStrict(RapidView rapidView)
          Attempts to get the StatisticsField of a rapid view.
 

Methods in com.atlassian.greenhopper.service.rapid.view.statistics with parameters of type StatisticsField
 boolean EstimateStatisticServiceImpl.isEstimateStatisticFieldAndNotApplicable(StatisticsField estimateStatistic, com.atlassian.jira.issue.Issue issue)
           
 boolean EstimateStatisticService.isEstimateStatisticFieldAndNotApplicable(StatisticsField estimateStatistic, com.atlassian.jira.issue.Issue issue)
          Is the StatisticsField field based but not applicable for the given issue? (Due to Custom Field configuration contexts, for example.)
 boolean EstimateStatisticServiceImpl.isEstimateStatisticFieldAndNotApplicable(StatisticsField estimateStatistic, java.lang.Long projectId, java.lang.String issueTypeId)
           
 boolean EstimateStatisticService.isEstimateStatisticFieldAndNotApplicable(StatisticsField estimateStatistic, java.lang.Long projectId, java.lang.String issueTypeId)
          Is the StatisticsField field based but not applicable for the given project and issue type? (Due to Custom Field configuration contexts, for example.)
 boolean EstimateStatisticServiceImpl.isEstimateStatisticValidAndEnabled(StatisticsField estimateStatistic)
           
 boolean EstimateStatisticService.isEstimateStatisticValidAndEnabled(StatisticsField estimateStatistic)
          Is the StatisticsField valid and enabled (i.e.
 boolean TrackingStatisticServiceImpl.isRemainingEstimateStatisticsField(StatisticsField statisticsField)
           
 boolean TrackingStatisticService.isRemainingEstimateStatisticsField(StatisticsField statisticsField)
          Is the passed StatisticsField of type remaining estimate?
 boolean TrackingStatisticServiceImpl.isTrackingStatisticFieldAndNotApplicable(StatisticsField trackingStatistic, com.atlassian.jira.issue.Issue issue)
           
 boolean TrackingStatisticService.isTrackingStatisticFieldAndNotApplicable(StatisticsField trackingStatistic, com.atlassian.jira.issue.Issue issue)
          Is the StatisticsField field based but not applicable for the given issue? (Due to Custom Field configuration contexts, for example.)
 boolean TrackingStatisticServiceImpl.isTrackingStatisticFieldAndNotApplicable(StatisticsField trackingStatistic, java.lang.Long projectId, java.lang.String issueTypeId)
           
 boolean TrackingStatisticService.isTrackingStatisticFieldAndNotApplicable(StatisticsField trackingStatistic, java.lang.Long projectId, java.lang.String issueTypeId)
          Is the StatisticsField field based but not applicable for the given project and issue type? (Due to Custom Field configuration contexts, for example.)
 boolean TrackingStatisticServiceImpl.isTrackingStatisticValidAndEnabled(StatisticsField trackingStatistic)
           
 boolean TrackingStatisticService.isTrackingStatisticValidAndEnabled(StatisticsField trackingStatistic)
          Is the StatisticsField valid and enabled (i.e.
 

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

Methods in com.atlassian.greenhopper.web.rapid.chart that return StatisticsField
 StatisticsField ScopeChangeModelData.getStatisticField()
           
 

Methods in com.atlassian.greenhopper.web.rapid.chart with parameters of type StatisticsField
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<StatisticHistoryEntry>>> StatisticHistoryDataServiceImpl.getStatisticHistory(com.atlassian.crowd.embedded.api.User user, java.util.Collection<java.lang.String> issueKeys, StatisticsField statisticField, org.joda.time.DateTime sprintCompleteDate)
           
 ServiceOutcome<java.util.Map<java.lang.String,java.util.List<StatisticHistoryEntry>>> StatisticHistoryDataService.getStatisticHistory(com.atlassian.crowd.embedded.api.User user, java.util.Collection<java.lang.String> issueKeys, StatisticsField statisticField, org.joda.time.DateTime sprintCompleteDate)
          Fetch the value history for a given statistic field and a set of issues.
 

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type StatisticsField
ScopeChangeModelData(java.util.List<Column> columns, java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>> sprintHistory, java.util.Map<java.lang.String,java.util.List<StatisticHistoryEntry>> statisticsValueHistory, StatisticsField statisticField, java.util.SortedMap<java.lang.Long,java.util.Map<java.lang.String,CumulativeFlowChartModel.IssueColumnChangeEntry>> columnChanges, java.util.Map<java.lang.String,java.lang.String> issueToParentKeyMap, java.util.Map<java.lang.String,java.util.List<TimeTrackingHistoryService.HistoryEntry>> timeTrackingHistory)
           
 

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

Methods in com.atlassian.greenhopper.web.rapid.issue with parameters of type StatisticsField
 IssueEntry IssueEntryFactory.buildEditEntry(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, StatisticsField estimateStatistic, StatisticsField trackingStatistic, boolean issueInOpenSprint)
           
 ServiceOutcome<IssueEntry> IssueEntryFactory.buildViewEntry(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, com.atlassian.jira.issue.Issue issue, StatisticsField estimateStatistic, StatisticsField trackingStatistic, boolean loadSubtasks, java.util.Collection<Sprint> openSprints)
           
 SubtaskEntry SubtaskEntryFactory.createSubtaskEntry(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, StatisticsField trackingStatistic)
           
 RapidIssueEntry.StatisticFieldValue StatisticFieldHelper.createTrackingStatistic(StatisticsField estimateStatistic, java.lang.Long projectId, java.lang.String issueTypeId, com.atlassian.greenhopper.web.rapid.issue.StatisticFieldHelper.EnclosedValueResolver enclosedValueResolver)
           
 java.lang.String StatisticFieldHelper.getEstimateStatisticFieldId(StatisticsField estimateStatistic, com.atlassian.jira.issue.Issue issue)
          Get the field ID of the estimate statistic for the specified issue.
 java.lang.String StatisticFieldHelper.getTrackingStatisticFieldId(StatisticsField trackingStatistic, com.atlassian.jira.issue.Issue issue)
          Get the field ID of the tracking statistic for the specified issue.
 

Uses of StatisticsField in com.atlassian.greenhopper.web.rapid.issue.statistics
 

Methods in com.atlassian.greenhopper.web.rapid.issue.statistics that return StatisticsField
 StatisticsField StatisticValueResolver.getStatisticsField()
           
 StatisticsField HistoricalEstimateStatisticValueResolver.getStatisticsField()
           
 

Methods in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type StatisticsField
 ChangeHistoryStatisticValueResolver StatisticValueResolverFactory.forEstimationStatisticInChangeHistory(StatisticsField estimationStatistic)
           
 DocumentStatisticValueResolver StatisticValueResolverFactory.forEstimationStatisticInDocument(StatisticsField estimationStatistic)
           
 IssueStatisticValueResolver StatisticValueResolverFactory.forEstimationStatisticInIssue(StatisticsField estimationStatistic)
           
 HistoricalEstimateStatisticValueResolver StatisticValueResolverFactory.forHistoricalEstimateStatisticValue(StatisticsField estimationStatistic, Sprint sprint, java.util.Map<java.lang.String,java.util.List<ScopeChangeBurndownModel.BurndownChange>> historyData, java.util.Collection<java.lang.String> mappedStatusIds)
           
 DocumentStatisticValueResolver StatisticValueResolverFactory.forTrackingStatisticInDocument(StatisticsField trackingStatistic)
           
 

Constructors in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type StatisticsField
HistoricalEstimateStatisticValueResolver(StatisticsField estimationStatistic, Sprint sprint, java.util.Map<java.lang.String,java.util.List<ScopeChangeBurndownModel.BurndownChange>> historyData, java.util.Collection<java.lang.String> mappedStatusIds)
           
 

Uses of StatisticsField in com.atlassian.greenhopper.web.rapid.view
 

Methods in com.atlassian.greenhopper.web.rapid.view with parameters of type StatisticsField
static StatisticsFieldEntry StatisticsFieldEntry.create(StatisticsField statisticsField, I18n2 i18n)
           
 

Uses of StatisticsField in com.atlassian.greenhopper.web.rapid.view.detailview
 

Methods in com.atlassian.greenhopper.web.rapid.view.detailview with parameters of type StatisticsField
 DetailViewFieldConfigModel.DetailViewFieldEntry DetailViewFieldHelper.createEntry(I18n2 i18n, DetailViewFieldConfig detailViewFieldConfig, StatisticsField estimateStatistic)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.