com.atlassian.greenhopper.web.rapid.sprint
Class SprintReportEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
          extended by com.atlassian.greenhopper.web.rapid.sprint.SprintReportEntry

public class SprintReportEntry
extends SprintBaseEntry


Field Summary
static SprintReportEntry DOC_EXAMPLE
           
 java.lang.Long endTime
          End date/time of the sprint in millis.
 java.lang.Long startTime
          Start date/time of the sprint in millis
 
Fields inherited from class com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
id, linkedPagesCount, name, state
 
Constructor Summary
SprintReportEntry()
           
 
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

DOC_EXAMPLE

public static final SprintReportEntry DOC_EXAMPLE

startTime

public java.lang.Long startTime
Start date/time of the sprint in millis


endTime

public java.lang.Long endTime
End date/time of the sprint in millis. Uses completeDate if sprint is closed, or endDate if not.

Constructor Detail

SprintReportEntry

public SprintReportEntry()


Copyright © 2007-2014 Atlassian. All Rights Reserved.