com.atlassian.greenhopper.service.charts
Interface IssueStatusHistoryService

All Known Implementing Classes:
IssueStatusHistoryServiceImpl

public interface IssueStatusHistoryService

Provides status history information in the form of status change timelines.

Author:
ahennecke

Method Summary
 ServiceOutcome<java.lang.Void> collectStatusHistory(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query query, IssueStatusHistoryCallback callback)
          For all issues defined by the given query and for each status provided, the change timeline will be provided to the callback.
 

Method Detail

collectStatusHistory

ServiceOutcome<java.lang.Void> collectStatusHistory(com.atlassian.crowd.embedded.api.User user,
                                                    com.atlassian.query.Query query,
                                                    IssueStatusHistoryCallback callback)
For all issues defined by the given query and for each status provided, the change timeline will be provided to the callback.

Parameters:
user - : the user executing the query
query - : which issues do we want to look at
callback - : This will be informed of every status change found in the history.


Copyright © 2007-2014 Atlassian. All Rights Reserved.