Uses of Class
com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback

Packages that use AbstractIssueDataCallback
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.web.rapid.chart   
 

Uses of AbstractIssueDataCallback in com.atlassian.greenhopper.service.issue.callback
 

Subclasses of AbstractIssueDataCallback in com.atlassian.greenhopper.service.issue.callback
 class IssueAndParentKeyCallback
          Collect issue keys found and map them to their parent issue's key
 class IssueIdCallback
          Lightweight IssueDataCallback that only stores issue ids.
 class ProjectIssueDataCallback
          Collects all project ids of given issues
 class ProjectsCallback
          Collects all project ids of given issues
 class SprintAndIssueIdsCallback
          Collects Sprint IDs.
 class SprintAndProjectsCallback
          Collects sprints and associated project ids
 class SprintIdCallback
          Collects sprint ids
 class StatusCountCallback
          Creates a histogram of statuses and their issue count.
 class StatusProgressCallback
          Initialised with the mapping of ColumnProgress to their sets of Status objects, this callback inspects the status of each issue and assigns it to the appropriate ColumnProgress in a map.
 class VisitingIssueIdCallback
          An extension of IssueIdCallback which also keeps track of issues which have already been collected.
 

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

Subclasses of AbstractIssueDataCallback in com.atlassian.greenhopper.web.rapid.chart
protected static class ChartDataHelper.IssueKeyVisitingDataCallback
          issueKey collector for swimlane filtering
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.