Package com.atlassian.jira.bulkedit
Class BulkEditTextFieldOptionAddBefore
java.lang.Object
com.atlassian.jira.bulkedit.AbstractBulkEditTextFieldOption
com.atlassian.jira.bulkedit.BulkEditTextFieldOptionAddBefore
- All Implemented Interfaces:
BulkEditMultiSelectFieldOption
-
Field Summary
Fields inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditTextFieldOption
COMMENT_SEPARATOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the i18n key for the description of the change mode optiongetId()
Returns the id of the change mode optionReturns the i18n key for the name of the change mode optionprotected String
getNewFieldValue
(String fieldValueFromIssue, String fieldValueFromBulkChange) Methods inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditTextFieldOption
getFieldValuesMap, getFieldValuesToAdd, validateOperation
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
BulkEditTextFieldOptionAddBefore
public BulkEditTextFieldOptionAddBefore()
-
-
Method Details
-
getId
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the id of the change mode option -
getNameI18nKey
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the i18n key for the name of the change mode option -
getDescriptionI18nKey
Description copied from interface:BulkEditMultiSelectFieldOption
Returns the i18n key for the description of the change mode option -
getNewFieldValue
- Specified by:
getNewFieldValue
in classAbstractBulkEditTextFieldOption
-