com.atlassian.greenhopper.web.rapid.chart
Class EpicReportModel

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.chart.EpicReportModel

public class EpicReportModel
extends RestTemplate

model that holds data for epic report


Nested Class Summary
static class EpicReportModel.EpicEntry
           
 
Field Summary
 ReportContentModel contents
           
 java.util.List<ReportContentModel.Status> doneStatuses
           
 EpicReportModel.EpicEntry epic
           
 java.util.List<ReportContentModel.Status> notDoneStatuses
           
 
Constructor Summary
EpicReportModel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

contents

public ReportContentModel contents

epic

public EpicReportModel.EpicEntry epic

doneStatuses

public java.util.List<ReportContentModel.Status> doneStatuses

notDoneStatuses

public java.util.List<ReportContentModel.Status> notDoneStatuses
Constructor Detail

EpicReportModel

public EpicReportModel()


Copyright © 2007-2014 Atlassian. All Rights Reserved.