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

Packages that use AbstractIssueDataCallback
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.service.migration   
 

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

Subclasses of AbstractIssueDataCallback in com.atlassian.greenhopper.service.issue.callback
 class EpicLabelAndKeyByProjectCallback
          Collects the issue key and epic label of epic issues of a given project
 class EpicLabelAndKeyMatchingCallback
          Collects the issue key and epic label of epic issues that match the given search term.
 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 IssueKeyCallback
           
 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.service.migration
 

Subclasses of AbstractIssueDataCallback in com.atlassian.greenhopper.service.migration
 class IssueKeyWithClassicEpicLinkDataCallback
          Retrieves issue key and the content of the given issueField
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.