public class SprintHistoryData extends Object
| Constructor and Description |
|---|
SprintHistoryData(Collection<Sprint> currentSprints,
long[] allIds,
List<SprintHistoryEntry> changes) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
getAllIds() |
List<SprintHistoryEntry> |
getChanges() |
Collection<Sprint> |
getCurrentSprints() |
boolean |
hasHistoricSprints() |
public SprintHistoryData(Collection<Sprint> currentSprints, long[] allIds, List<SprintHistoryEntry> changes)
public Collection<Sprint> getCurrentSprints()
public long[] getAllIds()
public List<SprintHistoryEntry> getChanges()
public boolean hasHistoricSprints()
Copyright © 2007–2025 Atlassian. All rights reserved.