com.atlassian.greenhopper.web.rapid.sprint
Class CompleteSprintStats

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats

public class CompleteSprintStats
extends java.lang.Object

Contains the complete sprint statistics


Constructor Summary
CompleteSprintStats()
           
 
Method Summary
 long getCompleteIssueCount()
           
 java.util.List<java.lang.String> getFinishedParentsWithUnfinishedSubtasks()
           
 long getIncompleteIssueCount()
           
 long getPartiallyCompleteIssueCount()
           
 java.util.List<java.lang.String> getUnfinishedParentKeysOfFinishedSubtasks()
           
 void setCompleteIssueCount(long completeIssueCount)
           
 void setFinishedParentsWithUnfinishedSubtasks(java.util.List<java.lang.String> finishedParentsWithUnfinishedSubtasks)
           
 void setIncompleteIssueCount(long incompleteIssueCount)
           
 void setPartiallyCompleteIssueCount(long partiallyCompleteIssueCount)
           
 void setUnfinishedParentKeysOfFinishedSubtasks(java.util.List<java.lang.String> unfinishedParentKeysOfFinishedSubs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteSprintStats

public CompleteSprintStats()
Method Detail

getCompleteIssueCount

public long getCompleteIssueCount()

setCompleteIssueCount

public void setCompleteIssueCount(long completeIssueCount)

getIncompleteIssueCount

public long getIncompleteIssueCount()

setIncompleteIssueCount

public void setIncompleteIssueCount(long incompleteIssueCount)

getFinishedParentsWithUnfinishedSubtasks

public java.util.List<java.lang.String> getFinishedParentsWithUnfinishedSubtasks()

setFinishedParentsWithUnfinishedSubtasks

public void setFinishedParentsWithUnfinishedSubtasks(java.util.List<java.lang.String> finishedParentsWithUnfinishedSubtasks)

getUnfinishedParentKeysOfFinishedSubtasks

public java.util.List<java.lang.String> getUnfinishedParentKeysOfFinishedSubtasks()

setUnfinishedParentKeysOfFinishedSubtasks

public void setUnfinishedParentKeysOfFinishedSubtasks(java.util.List<java.lang.String> unfinishedParentKeysOfFinishedSubs)

getPartiallyCompleteIssueCount

public long getPartiallyCompleteIssueCount()

setPartiallyCompleteIssueCount

public void setPartiallyCompleteIssueCount(long partiallyCompleteIssueCount)


Copyright © 2007-2012 Atlassian. All Rights Reserved.