Uses of Class
com.atlassian.greenhopper.service.issue.callback.AbstractCompoundDataCallback
Packages that use AbstractCompoundDataCallback
Package
Description
-
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.service.issue
Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.service.issueModifier and TypeClassDescriptionclassCollects Epic history data for passed issues -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.service.issue.callback
Modifier and TypeClassDescriptionclassCommon parent class for callbacks which accumulate column constraint statistics.classCollects estimatable issues.classChecks the issue type of each document against the list of parent issue types to ensure that only parent issues are counted towards column statistics.classVery simple statistics callback - every document is worth 1.classIf and when fields are supported as a column constraint, this will be used to calculate the value of each document by looking up the field's indexed value. -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.issue.statistics
Modifier and TypeClassDescriptionclassCallback which will retrieve the value of theStatisticsFieldConfigon eachIssuethat is collected and accumulate the values for each parent issue including its subtasks -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.list
Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.listModifier and TypeClassDescriptionclassSpecialised data collector for pool issue data. -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.plan
Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.planModifier and TypeClassDescriptionclassclassThis callback gathers various information about the issues it finds.classThis callback gathers various information about the issues it finds. -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.sprint
Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.sprintModifier and TypeClassDescriptionstatic classGathers all issue keys as well as statistics field values up to (including) a lastIssue. -
Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.work
Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.workModifier and TypeClassDescriptionclassGathers information about parent swimlanes.