Package | Description |
---|---|
com.atlassian.greenhopper.web.rapid.chart | |
com.atlassian.greenhopper.web.rapid.chart.burndown |
Modifier and Type | Method and Description |
---|---|
ServiceOutcome<Map<String,List<StatisticHistoryEntry>>> |
StatisticHistoryDataService.getStatisticHistory(com.atlassian.jira.user.ApplicationUser user,
Collection<String> issueKeys,
StatisticsField statisticField,
org.joda.time.DateTime sprintCompleteDate)
Fetch the value history for a given statistic field and a set of issues.
|
ServiceOutcome<Map<String,List<StatisticHistoryEntry>>> |
StatisticHistoryDataServiceImpl.getStatisticHistory(com.atlassian.jira.user.ApplicationUser user,
Collection<String> issueKeys,
StatisticsField statisticField,
org.joda.time.DateTime sprintCompleteDate) |
Map<String,List<StatisticHistoryEntry>> |
ProgressChartData.getStatisticsValueHistory() |
Map<String,List<StatisticHistoryEntry>> |
SprintBurndownData.getStatisticsValueHistory() |
Modifier and Type | Method and Description |
---|---|
SprintBurndownData.Builder |
SprintBurndownData.Builder.setStatisticsValueHistory(Map<String,List<StatisticHistoryEntry>> statisticsValueHistory) |
Constructor and Description |
---|
ProgressChartData(List<Column> columns,
Map<String,List<T>> history,
Map<String,List<StatisticHistoryEntry>> statisticsValueHistory,
Set<String> estimatableIssueKeys,
StatisticsField statisticField,
SortedMap<Long,Map<String,IssueColumnChangeEntry>> columnChanges) |
Modifier and Type | Method and Description |
---|---|
static void |
BurndownChangeUtil.addStatisticsValueChanges(org.joda.time.DateTime sprintStart,
org.joda.time.DateTime upperTimeRange,
Map<String,List<StatisticHistoryEntry>> statisticsValueHistory,
Map<String,List<BurndownChange>> changesPerIssue)
Adds statistics field value changes to the list of changes per issue
|
Copyright © 2007–2025 Atlassian. All rights reserved.