com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryData
java.lang.Object
com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
public class SprintHistoryData
- extends java.lang.Object
Data returned by the SprintHistoryEntryFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SprintHistoryData
public SprintHistoryData(java.util.Collection<Sprint> currentSprints,
long[] allIds,
java.util.List<SprintHistoryEntry> changes)
getCurrentSprints
public java.util.Collection<Sprint> getCurrentSprints()
getAllIds
public long[] getAllIds()
getChanges
public java.util.List<SprintHistoryEntry> getChanges()
hasHistoricSprints
public boolean hasHistoricSprints()
Copyright © 2007-2013 Atlassian. All Rights Reserved.