com.atlassian.greenhopper.service.sprint
Class Sprint

java.lang.Object
  extended by com.atlassian.greenhopper.model.rapid.AbstractModel
      extended by com.atlassian.greenhopper.service.sprint.Sprint

public class Sprint
extends AbstractModel


Nested Class Summary
static class Sprint.SprintBuilder
           
 
Field Summary
 
Fields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
id
 
Method Summary
static Sprint.SprintBuilder builder()
           
static Sprint.SprintBuilder builder(Sprint existing)
           
 org.joda.time.DateTime getCompleteDate()
           
 org.joda.time.DateTime getEndDate()
           
 java.lang.Long getId()
           
 java.lang.String getName()
           
 org.joda.time.DateTime getStartDate()
           
 boolean isClosed()
           
 
Methods inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()

getStartDate

public org.joda.time.DateTime getStartDate()

getEndDate

public org.joda.time.DateTime getEndDate()

getCompleteDate

public org.joda.time.DateTime getCompleteDate()

getId

public java.lang.Long getId()
Overrides:
getId in class AbstractModel

isClosed

public boolean isClosed()

builder

public static Sprint.SprintBuilder builder()

builder

public static Sprint.SprintBuilder builder(Sprint existing)


Copyright © 2007-2013 Atlassian. All Rights Reserved.