com.atlassian.greenhopper.web.rapid.sprint
Class CompleteSprintStats
java.lang.Object
com.atlassian.greenhopper.web.rapid.sprint.CompleteSprintStats
public class CompleteSprintStats
- extends java.lang.Object
Contains the complete sprint statistics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompleteSprintStats
public CompleteSprintStats()
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-2014 Atlassian. All Rights Reserved.