public class

ProjectStatisticsManagerImpl

extends Object
implements ProjectStatisticsManager
java.lang.Object
   ↳ com.atlassian.jira.issue.statistics.ProjectStatisticsManagerImpl

Summary

Public Constructors
ProjectStatisticsManagerImpl(StatisticsManager statisticsManager)
Public Methods
Set<Project> getProjectsResultingFrom(Optional<Query> query)
Returns all the projects that the issues resulting from the given query belong to.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.statistics.ProjectStatisticsManager

Public Constructors

public ProjectStatisticsManagerImpl (StatisticsManager statisticsManager)

Public Methods

public Set<Project> getProjectsResultingFrom (Optional<Query> query)

Returns all the projects that the issues resulting from the given query belong to.

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.