@ExperimentalApi public interface

ProjectStatisticsManager

com.atlassian.jira.issue.statistics.ProjectStatisticsManager
Known Indirect Subclasses

@ExperimentalApi

This interface is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Contains methods that produce data based on project statistics.

Summary

Public Methods
Set<Project> getProjectsResultingFrom(Optional<Query> query)
Returns all the projects that the issues resulting from the given query belong to.

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.