com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryData

java.lang.Object
  extended by com.atlassian.greenhopper.customfield.sprint.SprintHistoryData

public class SprintHistoryData
extends java.lang.Object

Data returned by the SprintHistoryEntryFactory


Constructor Summary
SprintHistoryData(java.util.Collection<Sprint> currentSprints, long[] allIds, java.util.List<SprintHistoryEntry> changes)
           
 
Method Summary
 long[] getAllIds()
           
 java.util.List<SprintHistoryEntry> getChanges()
           
 java.util.Collection<Sprint> getCurrentSprints()
           
 boolean hasHistoricSprints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintHistoryData

public SprintHistoryData(java.util.Collection<Sprint> currentSprints,
                         long[] allIds,
                         java.util.List<SprintHistoryEntry> changes)
Method Detail

getCurrentSprints

public java.util.Collection<Sprint> getCurrentSprints()

getAllIds

public long[] getAllIds()

getChanges

public java.util.List<SprintHistoryEntry> getChanges()

hasHistoricSprints

public boolean hasHistoricSprints()


Copyright © 2007-2014 Atlassian. All Rights Reserved.