Class ProjectStatisticsManagerImpl
java.lang.Object
com.atlassian.jira.issue.statistics.ProjectStatisticsManagerImpl
- All Implemented Interfaces:
ProjectStatisticsManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.
-
Constructor Details
-
ProjectStatisticsManagerImpl
-
-
Method Details
-
getProjectsResultingFrom
Returns all the projects that the issues resulting from the given query belong to.- Specified by:
getProjectsResultingFromin interfaceProjectStatisticsManager- Parameters:
query- the query to determine the projects of. Optional; in which case the empty query is used.- Returns:
- the set of Projects for which issues were found as a result of evaluating the query.
-