com.atlassian.jira.issue.statistics
Class StatsGroup
java.lang.Object
java.util.AbstractMap
com.atlassian.jira.issue.statistics.StatsGroup
- All Implemented Interfaces:
- Map
public class StatsGroup
- extends AbstractMap
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
StatsGroup
public StatsGroup(StatisticsMapper mapper)
addValue
public void addValue(String heading,
Issue issue)
addIrrelevantIssue
public void addIrrelevantIssue(Issue issue)
getIrrelevantIssues
public Collection getIrrelevantIssues()
entrySet
public Set entrySet()
- Specified by:
entrySet
in interface Map
- Specified by:
entrySet
in class AbstractMap
getResolvedIssues
public PercentageGraphModel getResolvedIssues(Object heading)
throws Exception
- Throws:
Exception
getIrrelevantResolvedIssues
public PercentageGraphModel getIrrelevantResolvedIssues()
throws Exception
- Throws:
Exception
getAllIssueCount
public long getAllIssueCount(Collection issues)
getResolvedIssueCount
public long getResolvedIssueCount(Collection issues)
getOpenIssueCount
public long getOpenIssueCount(Collection issues)
getMapper
public StatisticsMapper getMapper()
Copyright © 2002-2012 Atlassian. All Rights Reserved.