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
 ErrorCollection 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.
 ErrorCollection 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.
 

Constructors in com.atlassian.greenhopper.service.charts with parameters of type IssueStatusHistoryCallback
IssueStatusHistoryCollector(org.apache.lucene.search.Searchable searcher, org.apache.lucene.document.FieldSelector fieldSelector, IssueStatusHistoryCallback statusHistoryCallback, com.atlassian.jira.issue.status.Status status, IssueStatusHistoryCollector.STATUS_CHANGE change, java.util.BitSet filter)
           
 

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-2012 Atlassian. All Rights Reserved.