Uses of Interface
com.atlassian.greenhopper.service.charts.IssueStatusHistoryCallback

Packages that use IssueStatusHistoryCallback
com.atlassian.greenhopper.service.charts   
com.atlassian.greenhopper.web.rapid.chart   
com.atlassian.greenhopper.web.rapid.list   
 

Uses of IssueStatusHistoryCallback in com.atlassian.greenhopper.service.charts
 

Classes in com.atlassian.greenhopper.service.charts that implement IssueStatusHistoryCallback
 class AbstractIssueHistoryStatusCallback
          No-op superclass for status history callbacks.
 

Methods in com.atlassian.greenhopper.service.charts with parameters of type IssueStatusHistoryCallback
 ServiceOutcome<java.lang.Void> IssueStatusHistoryService.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.
 ServiceOutcome<java.lang.Void> IssueStatusHistoryServiceImpl.collectStatusHistory(com.atlassian.crowd.embedded.api.User user, com.atlassian.query.Query query, IssueStatusHistoryCallback callback)
          Read the status history from the Lucene history index.
 

Uses of IssueStatusHistoryCallback in com.atlassian.greenhopper.web.rapid.chart
 

Classes in com.atlassian.greenhopper.web.rapid.chart that implement IssueStatusHistoryCallback
 class IssueColumnChangeCollector
           
 class IssueCycleTimeCollector
          Calculates the raw data needed for the Control Chart.
 

Uses of IssueStatusHistoryCallback in com.atlassian.greenhopper.web.rapid.list
 

Classes in com.atlassian.greenhopper.web.rapid.list that implement IssueStatusHistoryCallback
 class DaysInColumnCallback
          Collector to find out the total time an issue spent in the column it's currently in.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.