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

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.sprint.SprintBaseEntry
Direct Known Subclasses:
SprintEditEntry, SprintReportEntry

public class SprintBaseEntry
extends RestTemplate


Field Summary
static SprintBaseEntry DOC_EXAMPLE
           
 java.lang.Long id
           
 int linkedPagesCount
          Number of linked pages, used to display the count of pages for the sprint.
 java.lang.String name
           
 java.lang.String state
           
 
Constructor Summary
SprintBaseEntry()
           
 
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 SprintBaseEntry DOC_EXAMPLE

id

public java.lang.Long id

name

public java.lang.String name

state

public java.lang.String state

linkedPagesCount

public int linkedPagesCount
Number of linked pages, used to display the count of pages for the sprint.

Constructor Detail

SprintBaseEntry

public SprintBaseEntry()


Copyright © 2007-2014 Atlassian. All Rights Reserved.