com.pyxis.greenhopper.jira.boards.stats
Class EmptySummary
java.lang.Object
com.pyxis.greenhopper.jira.boards.stats.EmptySummary
- All Implemented Interfaces:
- Summary
public class EmptySummary
- extends java.lang.Object
- implements Summary
| Fields inherited from interface com.pyxis.greenhopper.jira.boards.stats.Summary |
EMPTY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptySummary
public EmptySummary()
getDone
public int getDone()
- Specified by:
getDone in interface Summary
getDoneRatio
public int getDoneRatio()
- Specified by:
getDoneRatio in interface Summary
getInProgress
public int getInProgress()
- Specified by:
getInProgress in interface Summary
getInProgressRatio
public int getInProgressRatio()
- Specified by:
getInProgressRatio in interface Summary
getIssueTypesStats
public java.util.Map<java.lang.String,java.lang.Integer> getIssueTypesStats()
- Specified by:
getIssueTypesStats in interface Summary
getRenderedWatchedValue
public java.lang.String getRenderedWatchedValue(WatchedField watchedField)
- Specified by:
getRenderedWatchedValue in interface Summary
getResolved
public int getResolved()
- Specified by:
getResolved in interface Summary
getStatistics
public java.util.Map<java.lang.String,java.lang.Object> getStatistics()
getToDo
public int getToDo()
- Specified by:
getToDo in interface Summary
getTodoRatio
public int getTodoRatio()
- Specified by:
getTodoRatio in interface Summary
getTotalEstimate
public java.lang.String getTotalEstimate()
- Specified by:
getTotalEstimate in interface Summary
getTotalIssues
public int getTotalIssues()
- Specified by:
getTotalIssues in interface Summary
getTotalOpenIssue
public int getTotalOpenIssue(java.util.Date before)
- Specified by:
getTotalOpenIssue in interface Summary
getTotalRemaining
public java.lang.String getTotalRemaining()
- Specified by:
getTotalRemaining in interface Summary
getTotalRemainingValue
public java.lang.Double getTotalRemainingValue()
- Specified by:
getTotalRemainingValue in interface Summary
getTotalSpent
public java.lang.String getTotalSpent()
- Specified by:
getTotalSpent in interface Summary
getUnresolved
public int getUnresolved()
- Specified by:
getUnresolved in interface Summary
getWatchedValue
public java.lang.Double getWatchedValue(WatchedField watchedField)
- Specified by:
getWatchedValue in interface Summary
Copyright © 2007-2012 Atlassian. All Rights Reserved.