|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatService
Service for fetching statistical data on issues.
TODO This will, in time, aggregate and replace the various
summary implementations, moving Summary to a pure
model implementation.
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
log
|
static java.lang.String |
SERVICE
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,Summary> |
getSummariesForAssigneeIds(BoardContext boardContext,
java.util.Collection<java.lang.String> assigneeIds)
Collect statistical data for the given assignees. |
java.util.Map<java.lang.String,Summary> |
getSummariesForComponentIds(BoardContext boardContext,
java.util.Collection<java.lang.String> componentIds)
Collect statistical data for the given components. |
java.util.Map<java.lang.String,Summary> |
getSummariesForVersionIds(BoardContext boardContext,
java.util.Collection<java.lang.String> versionIds)
Collect statistical data for the given versions. |
| Field Detail |
|---|
static final org.apache.log4j.Logger log
static final java.lang.String SERVICE
| Method Detail |
|---|
java.util.Map<java.lang.String,Summary> getSummariesForVersionIds(BoardContext boardContext,
java.util.Collection<java.lang.String> versionIds)
throws com.atlassian.jira.issue.search.SearchException
DataSummary.
boardContext - : The per request cache, used here to get the status configurationversionIds - : The version IDs to search for
com.atlassian.jira.issue.search.SearchException
java.util.Map<java.lang.String,Summary> getSummariesForComponentIds(BoardContext boardContext,
java.util.Collection<java.lang.String> componentIds)
throws com.atlassian.jira.issue.search.SearchException
DataSummary.
boardContext - : The per request cache, used here to get the status configurationcomponentIds - : The component IDs to search for
com.atlassian.jira.issue.search.SearchException
java.util.Map<java.lang.String,Summary> getSummariesForAssigneeIds(BoardContext boardContext,
java.util.Collection<java.lang.String> assigneeIds)
throws com.atlassian.jira.issue.search.SearchException
DataSummary.
boardContext - : The per request cache, used here to get the status configurationassigneeIds - : The assignee IDs to search for
com.atlassian.jira.issue.search.SearchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||