public class ProjectStatisticsManagerImpl extends Object implements ProjectStatisticsManager
| Constructor and Description |
|---|
ProjectStatisticsManagerImpl(StatisticsManager statisticsManager) |
| Modifier and Type | Method and Description |
|---|---|
Set<Project> |
getProjectsResultingFrom(Optional<Query> query)
Returns all the projects that the issues resulting from the given query belong to.
|
public ProjectStatisticsManagerImpl(StatisticsManager statisticsManager)
public Set<Project> getProjectsResultingFrom(Optional<Query> query)
getProjectsResultingFrom in interface ProjectStatisticsManagerquery - the query to determine the projects of. Optional; in which case the empty query is used.Copyright © 2002-2017 Atlassian. All Rights Reserved.