public class EpicBurndownChartModel extends RestTemplate
Modifier and Type | Field and Description |
---|---|
SortedMap<Long,List<BurndownChange>> |
changes
time of column change (ms in UTC) => status changes happening at this point in time
|
Long |
epicCreationTime
the time (ms / UTC) when the epic was created
|
String |
epicKey |
String |
epicSummary |
Set<String> |
estimatableIssueKeys |
Long |
now
the time (ms / UTC) at time of model generation
|
List<SprintReportEntry> |
sprints |
StatisticsFieldEntry |
statisticField |
Constructor and Description |
---|
EpicBurndownChartModel() |
public SortedMap<Long,List<BurndownChange>> changes
public List<SprintReportEntry> sprints
public Long epicCreationTime
public String epicKey
public String epicSummary
public Long now
public StatisticsFieldEntry statisticField
Copyright © 2007–2015 Atlassian. All rights reserved.