com.atlassian.jira.issue.statistics
Class StatsGroup

java.lang.Object
  extended by java.util.AbstractMap
      extended by com.atlassian.jira.issue.statistics.StatsGroup
All Implemented Interfaces:
Map

public class StatsGroup
extends AbstractMap


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
StatsGroup(StatisticsMapper mapper)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatsGroup

public StatsGroup(StatisticsMapper mapper)
Method Detail

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-2011 Atlassian. All Rights Reserved.