public interface Summary
Modifier and Type | Method and Description |
---|---|
int |
getDone() |
int |
getDoneRatio() |
int |
getInProgress() |
int |
getInProgressRatio() |
Map<String,Integer> |
getIssueTypesStats() |
String |
getRenderedWatchedValue(WatchedField watchedField) |
int |
getResolved() |
int |
getToDo() |
int |
getTodoRatio() |
String |
getTotalEstimate() |
int |
getTotalIssues() |
int |
getTotalOpenIssue(Date before) |
String |
getTotalRemaining() |
Double |
getTotalRemainingValue() |
String |
getTotalSpent() |
int |
getUnresolved() |
Double |
getWatchedValue(WatchedField watchedField) |
static final Summary EMPTY
String getTotalEstimate()
String getTotalSpent()
String getTotalRemaining()
Double getTotalRemainingValue()
Double getWatchedValue(WatchedField watchedField)
String getRenderedWatchedValue(WatchedField watchedField)
int getTotalOpenIssue(Date before)
int getTotalIssues()
int getUnresolved()
int getResolved()
int getToDo()
int getInProgress()
int getDone()
int getTodoRatio()
int getInProgressRatio()
int getDoneRatio()
Copyright © 2007–2015 Atlassian. All rights reserved.