public class StatsGroup extends AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StatsGroup(StatisticsMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
addIrrelevantIssue(Issue issue) |
void |
addValue(String heading,
Issue issue) |
Set |
entrySet() |
long |
getAllIssueCount(Collection issues) |
Collection |
getIrrelevantIssues() |
PercentageGraphModel |
getIrrelevantResolvedIssues() |
StatisticsMapper |
getMapper() |
long |
getOpenIssueCount(Collection issues) |
long |
getResolvedIssueCount(Collection issues) |
PercentageGraphModel |
getResolvedIssues(Object heading) |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic StatsGroup(StatisticsMapper mapper)
public void addIrrelevantIssue(Issue issue)
public Collection getIrrelevantIssues()
public Set entrySet()
entrySet in interface MapentrySet in class AbstractMappublic PercentageGraphModel getResolvedIssues(Object heading) throws Exception
Exceptionpublic PercentageGraphModel getIrrelevantResolvedIssues() throws Exception
Exceptionpublic long getAllIssueCount(Collection issues)
public long getResolvedIssueCount(Collection issues)
public long getOpenIssueCount(Collection issues)
public StatisticsMapper getMapper()
Copyright © 2002-2015 Atlassian. All Rights Reserved.