Class SprintHistoryData
java.lang.Object
com.atlassian.greenhopper.customfield.sprint.SprintHistoryData
Data returned by the SprintHistoryEntryFactory
-
Constructor Summary
ConstructorsConstructorDescriptionSprintHistoryData
(Collection<Sprint> currentSprints, long[] allIds, List<SprintHistoryEntry> changes) -
Method Summary
Modifier and TypeMethodDescriptionlong[]
boolean
-
Constructor Details
-
SprintHistoryData
public SprintHistoryData(Collection<Sprint> currentSprints, long[] allIds, List<SprintHistoryEntry> changes)
-
-
Method Details
-
getCurrentSprints
-
getAllIds
public long[] getAllIds() -
getChanges
-
hasHistoricSprints
public boolean hasHistoricSprints()
-