A B D E F G H I M P S V

A

assignValueAutomatically(CustomFieldImpl, Issue, Collection) - Method in class plugin.ValueAssigner
Assign a value automatically to myIssue: if no issue has an order assigned value, the value is set to MAX_ORDER_VALUE.

B

buildIssueAboveList(Collection, CustomFieldImpl, double) - Method in class plugin.ValueAssigner
Return a list of issues which have a value greater than minValue
buildIssueBelowList(Collection, CustomFieldImpl, double) - Method in class plugin.ValueAssigner
Return a list of issues which have a value lower than maxValue

D

decreaseIssue(CustomFieldImpl, Issue, String, Collection) - Method in class plugin.ValueAssigner
Exchange the values between myIssue and the issue which have a value just below issueValue.
displayIssuesValue(ArrayList, CustomFieldImpl) - Method in class plugin.ValueAssigner
Display the key and the value for each issue in the list
doChangeValue(String, String, String, String, String) - Method in class plugin.ValueAssigner
Method called from FAIssueOrdererServlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class plugin.FAIssueOrdererServlet
modify the issue order according to the provided action parameter

E

exchangeValues(Issue, Issue, CustomFieldImpl) - Method in class plugin.ValueAssigner
Exchange the values between issue1 and issue2, according to the given custom field

F

FAIssueOrdererServlet - Class in plugin
This servlet intercepts the request that was made from the issue navigator to re-order the issues.
FAIssueOrdererServlet() - Constructor for class plugin.FAIssueOrdererServlet
 
findIssueAbove(ArrayList, CustomFieldImpl, float) - Method in class plugin.ValueAssigner
Return the issue that have the lower value greater than issueValue
findIssueBelow(ArrayList, CustomFieldImpl, float) - Method in class plugin.ValueAssigner
Return the issue that have the greater value lower than issueValue

G

getIssueNavigatorURL(String, String) - Method in class plugin.FAIssueOrdererServlet
Return the URL of the issue navigator page on the anchor associated with the issue
getVelocityParameters(Issue, CustomField, FieldLayoutItem) - Method in class plugin.IssueOrdererCFType
This method allows to retrieve a ValueAssigner object within the columnView_template file to perform certain actions.

H

hasAValueGreaterThanZero(Issue, CustomField) - Method in class plugin.ValueAssigner
 

I

increaseIssue(CustomFieldImpl, Issue, String, Collection) - Method in class plugin.ValueAssigner
Exchange the values between myIssue and the issue which have a value just above issueValue
insertIssue(Issue, Issue, CustomFieldImpl) - Method in class plugin.ValueAssigner
Insert an issue, i.e. set to it a calculated value, so as to could order it in the issue navigator.
isFirst(Issue, CustomField) - Method in class plugin.ValueAssigner
Return true if issue has the higher value among all the issue belonging to the same project (used from the columView_template file to manage the display of the tools)
isLast(Issue, CustomField) - Method in class plugin.ValueAssigner
Return true if issue has the lower value among all the issue belonging to the same project (used from the columView_template file to manage the display of the tools)
IssueOrdererCFType - Class in plugin
The custom field class, represent the numeric value (the order) assigned to each issue, as to sort them in the issue navigator
IssueOrdererCFType(CustomFieldValuePersister, DoubleConverter, GenericConfigManager) - Constructor for class plugin.IssueOrdererCFType

M

moveIssueInFirstPosition(CustomFieldImpl, Issue, String, Collection) - Method in class plugin.ValueAssigner
Move an issue in first position, i.e. set the higher value found among all the issues that have an assigned value to myIssue.
moveIssueInLastPosition(CustomFieldImpl, Issue, String, Collection) - Method in class plugin.ValueAssigner
Move an issue in last position, i.e. set the lower value found among all the issues that have an assigned value to myIssue.
moveIssueToPosition(CustomFieldImpl, Issue, String, Collection, String) - Method in class plugin.ValueAssigner
Move an issue up or down, depending on the sign of s_nbOfBoxes, of s_nbOfBoxes boxes.

P

plugin - package plugin
 

S

setValueToIssue(Issue, CustomField, double) - Method in class plugin.ValueAssigner
Set the given value to the given issue for the given custom field (which is of type NumberCFType)
sortIssueList(ArrayList, CustomFieldImpl) - Method in class plugin.ValueAssigner
Sort a list of issues in ascending order, according to their assigned value.

V

ValueAssigner - Class in plugin
This class handles all the operations necessary to change the issues' value that are affected by an action made from the issue navigator, and also the methods that are used within the columnView_template file to help display in the issue navigator.
ValueAssigner() - Constructor for class plugin.ValueAssigner
 

A B D E F G H I M P S V

Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.