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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public StatsGroup(StatisticsMapper mapper)
public void addIrrelevantIssue(Issue issue)
public Collection getIrrelevantIssues()
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
public PercentageGraphModel getResolvedIssues(Object heading) throws Exception
Exception
public PercentageGraphModel getIrrelevantResolvedIssues() throws Exception
Exception
public long getAllIssueCount(Collection issues)
public long getResolvedIssueCount(Collection issues)
public long getOpenIssueCount(Collection issues)
public StatisticsMapper getMapper()
Copyright © 2002-2024 Atlassian. All Rights Reserved.