|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BurndownChange | |
|---|---|
| com.atlassian.greenhopper.web.rapid.chart | |
| com.atlassian.greenhopper.web.rapid.chart.burndown | |
| com.atlassian.greenhopper.web.rapid.issue.statistics | |
| Uses of BurndownChange in com.atlassian.greenhopper.web.rapid.chart |
|---|
| Fields in com.atlassian.greenhopper.web.rapid.chart with type parameters of type BurndownChange | |
|---|---|
java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
SprintBurndownModel.changes
time of column change (ms in UTC) => status changes happening at this point in time |
java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
EpicProgressChartModel.changes
time of column change (ms in UTC) => status changes happening at this point in time |
java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
ScopeChangeBurndownModel.changes
time of column change (ms in UTC) => status changes happening at this point in time |
java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
VersionProgressChartModel.changes
time of column change (ms in UTC) => status changes happening at this point in time |
| Methods in com.atlassian.greenhopper.web.rapid.chart that return types with arguments of type BurndownChange | |
|---|---|
ServiceOutcome<java.util.Map<java.lang.String,java.util.List<BurndownChange>>> |
SprintBurndownModelFactory.getBurndownChangesForSprint(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
Sprint sprint)
|
| Uses of BurndownChange in com.atlassian.greenhopper.web.rapid.chart.burndown |
|---|
| Methods in com.atlassian.greenhopper.web.rapid.chart.burndown that return types with arguments of type BurndownChange | |
|---|---|
static java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
BurndownChangeUtil.transformChangesToTimeline(java.util.TimeZone userTimeZone,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changes)
Transform the changes in the form of issueKey -> list of changes into a single timeline mixing all changes of all issues |
| Methods in com.atlassian.greenhopper.web.rapid.chart.burndown with parameters of type BurndownChange | |
|---|---|
boolean |
BurndownChange.canMergeChange(BurndownChange other)
|
void |
BurndownChange.mergeChanges(BurndownChange other)
Merges changes from another change into this change, overriding local values where defined in both. |
| Method parameters in com.atlassian.greenhopper.web.rapid.chart.burndown with type arguments of type BurndownChange | |
|---|---|
static void |
BurndownChangeUtil.addColumnChanges(org.joda.time.DateTime startDate,
org.joda.time.DateTime endDate,
java.util.SortedMap<java.lang.Long,java.util.Map<java.lang.String,IssueColumnChangeEntry>> columnChanges,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changesPerIssue,
boolean trimIntraColumnMoves)
Adds column changes to the list of changes per issue |
static void |
BurndownChangeUtil.addEpicHistoryChanges(java.util.Map<java.lang.String,java.util.List<EpicLinkHistoryEntry>> epicHistory,
java.util.HashMap<java.lang.String,java.util.List<BurndownChange>> changes)
|
static void |
BurndownChangeUtil.addSprintHistoryChanges(org.joda.time.DateTime sprintStart,
org.joda.time.DateTime upperTimeRange,
java.util.Map<java.lang.String,java.util.List<SprintHistoryEntry>> sprintHistory,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changesPerIssue)
Adds sprint history changes to the list of burndown changes per issue |
static void |
BurndownChangeUtil.addStatisticsValueChanges(org.joda.time.DateTime sprintStart,
org.joda.time.DateTime upperTimeRange,
java.util.Map<java.lang.String,java.util.List<StatisticHistoryEntry>> statisticsValueHistory,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changesPerIssue)
Adds statistics field value changes to the list of changes per issue |
static void |
BurndownChangeUtil.addTimeTrackingChanges(org.joda.time.DateTime sprintStart,
org.joda.time.DateTime upperTimeRange,
java.util.Map<java.lang.String,java.util.List<TimeTrackingHistoryService.HistoryEntry>> timeTrackingHistory,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changesPerIssue)
|
static void |
BurndownChangeUtil.addVersionHistoryChanges(java.util.Map<java.lang.String,java.util.List<FixVersionChangeEntry>> history,
java.util.HashMap<java.lang.String,java.util.List<BurndownChange>> changes)
|
static void |
BurndownChangeUtil.optimizeBurndownChanges(java.util.Map<java.lang.String,java.util.List<BurndownChange>> changesPerIssue)
Merge changes of equal timestamp into a single change object |
static java.util.SortedMap<java.lang.Long,java.util.List<BurndownChange>> |
BurndownChangeUtil.transformChangesToTimeline(java.util.TimeZone userTimeZone,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> changes)
Transform the changes in the form of issueKey -> list of changes into a single timeline mixing all changes of all issues |
| Uses of BurndownChange in com.atlassian.greenhopper.web.rapid.issue.statistics |
|---|
| Method parameters in com.atlassian.greenhopper.web.rapid.issue.statistics with type arguments of type BurndownChange | |
|---|---|
HistoricalEstimateStatisticValueResolver |
StatisticValueResolverFactory.forHistoricalEstimateStatisticValue(StatisticsField estimationStatistic,
Sprint sprint,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> historyData,
java.util.Collection<java.lang.String> mappedStatusIds)
|
| Constructor parameters in com.atlassian.greenhopper.web.rapid.issue.statistics with type arguments of type BurndownChange | |
|---|---|
HistoricalEstimateStatisticValueResolver(StatisticsField estimationStatistic,
Sprint sprint,
java.util.Map<java.lang.String,java.util.List<BurndownChange>> historyData,
java.util.Collection<java.lang.String> mappedStatusIds)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||