Class VersionProgressChartModel

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

public class VersionProgressChartModel 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
    • 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
    • workRateData

      public WorkRateData workRateData
    • version

      public VersionEntry version
    • estimatableIssueKeys

      public Set<String> estimatableIssueKeys
  • Constructor Details

    • VersionProgressChartModel

      public VersionProgressChartModel()