public class ArchivedStatistics extends Object
DefaultIndexManager.reIndexAll() will write a wrong number to audit and analytics| Constructor and Description |
|---|
ArchivedStatistics(com.atlassian.cache.CacheManager cacheManager,
ProjectManager projectManager,
IssueManager issueManager,
QueryDslAccessor queryDslAccessor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArchivedIssuesCount()
Number of issues set as archived in DB.
|
int |
getIssuesInArchivedProjectsCount()
Number of issues in all archived projects
|
int |
getTotalArchivedIssuesCount()
Total number of issues archived with projects and individually, accounting their intersection
|
void |
invalidate()
Drops existing archived statistics cache
|
public ArchivedStatistics(com.atlassian.cache.CacheManager cacheManager,
ProjectManager projectManager,
IssueManager issueManager,
QueryDslAccessor queryDslAccessor)
public void invalidate()
public int getTotalArchivedIssuesCount()
public int getIssuesInArchivedProjectsCount()
public int getArchivedIssuesCount()
Copyright © 2002-2023 Atlassian. All Rights Reserved.