Class EpicBurndownChartModel

java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.chart.EpicBurndownChartModel

public class EpicBurndownChartModel extends RestTemplate
  • Field Details

    • changes

      public SortedMap<Long,List<BurndownChange>> changes
      time of column change (ms in UTC) => status changes happening at this point in time
    • sprints

      public List<SprintReportEntry> sprints
    • epicCreationTime

      public Long epicCreationTime
      the time (ms / UTC) when the epic was created
    • epicKey

      public String epicKey
    • epicSummary

      public String epicSummary
    • now

      public Long now
      the time (ms / UTC) at time of model generation
    • statisticField

      public StatisticsFieldEntry statisticField
    • estimatableIssueKeys

      public Set<String> estimatableIssueKeys
    • estimatableIssueKeysToSprintIds

      public Map<String,List<Long>> estimatableIssueKeysToSprintIds
  • Constructor Details

    • EpicBurndownChartModel

      public EpicBurndownChartModel()