Class StatsGroup
java.lang.Object
java.util.AbstractMap
com.atlassian.jira.issue.statistics.StatsGroup
- All Implemented Interfaces:
Map
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIrrelevantIssue(Issue issue) voidentrySet()longgetAllIssueCount(Collection issues) longgetOpenIssueCount(Collection issues) longgetResolvedIssueCount(Collection issues) getResolvedIssues(Object heading) longvoidsetTotalIssueCountInIndex(long totalIssueCountInIndex) Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
StatsGroup
-
-
Method Details
-
addValue
-
addIrrelevantIssue
-
getIrrelevantIssues
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
getResolvedIssues
-
getIrrelevantResolvedIssues
-
getAllIssueCount
-
getResolvedIssueCount
-
getOpenIssueCount
-
getMapper
-
getTotalIssueCountInIndex
public long getTotalIssueCountInIndex() -
setTotalIssueCountInIndex
public void setTotalIssueCountInIndex(long totalIssueCountInIndex)
-