com.atlassian.greenhopper.service.sprint
Class Sprint
java.lang.Object
com.atlassian.greenhopper.model.rapid.AbstractModel
com.atlassian.greenhopper.service.sprint.Sprint
public class Sprint
- extends AbstractModel
Fields inherited from class com.atlassian.greenhopper.model.rapid.AbstractModel |
id |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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.