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

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

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

Subinterfaces of ChangeHistoryCallback in com.atlassian.greenhopper.service.charts
 interface IssueStatusHistoryCallback
          Collector-style callback for gathering issue status change history information.
 

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

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

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

Constructors in com.atlassian.greenhopper.web.rapid.chart with parameters of type ChangeHistoryCallback
ChangeHistoryCollector(org.apache.lucene.search.IndexSearcher searcher, org.apache.lucene.document.FieldSelector fieldSelector, ChangeHistoryCallback callback, java.util.BitSet filter, java.lang.Boolean changedFrom, T changeValue)
           
 

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

Classes in com.atlassian.greenhopper.web.rapid.list that implement ChangeHistoryCallback
 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.