Interface ProjectStatisticsManager
- All Known Implementing Classes:
ProjectStatisticsManagerImpl
@ExperimentalApi
public interface ProjectStatisticsManager
Contains methods that produce data based on project statistics.
- Since:
- 7.1
-
Method Summary
Modifier and TypeMethodDescriptiongetProjectsResultingFrom(Optional<Query> query) Returns all the projects that the issues resulting from the given query belong to.
-
Method Details
-
getProjectsResultingFrom
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.
-