com.atlassian.greenhopper.web.rapid.plan
Class SprintMarkerEntry

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by com.atlassian.greenhopper.web.rapid.plan.SprintMarkerEntry

public class SprintMarkerEntry
extends RestTemplate


Constructor Summary
SprintMarkerEntry(java.lang.String afterIssueKey, java.lang.String name, long id)
           
 
Method Summary
static SprintMarkerEntry afterIssue(java.lang.String afterIssueKey, java.lang.String name, long id)
           
static SprintMarkerEntry afterMarker(java.lang.Long afterMarkerId, java.lang.String name, long id)
           
static SprintMarkerEntry asFirst(java.lang.String name, long id)
           
 java.lang.String getAfterIssueKey()
           
 java.lang.Long getAfterMarkerId()
           
 long getId()
           
 java.lang.String getName()
           
static SprintMarkerEntry withoutPositioning(long id, java.lang.String name)
           
 
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
 

Constructor Detail

SprintMarkerEntry

public SprintMarkerEntry(java.lang.String afterIssueKey,
                         java.lang.String name,
                         long id)
Method Detail

withoutPositioning

public static SprintMarkerEntry withoutPositioning(long id,
                                                   java.lang.String name)

afterIssue

public static SprintMarkerEntry afterIssue(java.lang.String afterIssueKey,
                                           java.lang.String name,
                                           long id)

afterMarker

public static SprintMarkerEntry afterMarker(java.lang.Long afterMarkerId,
                                            java.lang.String name,
                                            long id)

asFirst

public static SprintMarkerEntry asFirst(java.lang.String name,
                                        long id)

getAfterIssueKey

public java.lang.String getAfterIssueKey()

getAfterMarkerId

public java.lang.Long getAfterMarkerId()

getName

public java.lang.String getName()

getId

public long getId()


Copyright © 2007-2012 Atlassian. All Rights Reserved.