Class ReleaseBurndownChartModel

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

public class ReleaseBurndownChartModel 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
    • startTime

      public Long startTime
      the time (ms / UTC) when the first issue was added to the version
    • projectKey

      public String projectKey
    • now

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

      public StatisticsFieldEntry statisticField
    • version

      public VersionEntry version
    • estimatableIssueKeys

      public Set<String> estimatableIssueKeys
    • estimatableIssueKeysToSprintIds

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

    • ReleaseBurndownChartModel

      public ReleaseBurndownChartModel()