Package com.atlassian.jira.bulkedit
Class BulkEditMultiSelectFieldOptionAdd
java.lang.Object
com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
com.atlassian.jira.bulkedit.BulkEditMultiSelectFieldOptionAdd
- All Implemented Interfaces:
BulkEditMultiSelectFieldOption
public class BulkEditMultiSelectFieldOptionAdd
extends AbstractBulkEditMultiSelectFieldOption
implements BulkEditMultiSelectFieldOption
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
VALUES_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the i18n key for the description of the change mode optiongetFieldValuesMap(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) Returns the Collection representing the result of the Bulk Edit operation for the optiongetId()Returns the id of the change mode optionReturns the i18n key for the name of the change mode optionMethods inherited from class com.atlassian.jira.bulkedit.AbstractBulkEditMultiSelectFieldOption
getFieldValuesToAdd, validateOperationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.bulkedit.BulkEditMultiSelectFieldOption
getFieldValuesToAdd, validateOperation
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
BulkEditMultiSelectFieldOptionAdd
public BulkEditMultiSelectFieldOptionAdd()
-
-
Method Details
-
getId
Description copied from interface:BulkEditMultiSelectFieldOptionReturns the id of the change mode option- Specified by:
getIdin interfaceBulkEditMultiSelectFieldOption
-
getNameI18nKey
Description copied from interface:BulkEditMultiSelectFieldOptionReturns the i18n key for the name of the change mode option- Specified by:
getNameI18nKeyin interfaceBulkEditMultiSelectFieldOption
-
getDescriptionI18nKey
Description copied from interface:BulkEditMultiSelectFieldOptionReturns the i18n key for the description of the change mode option- Specified by:
getDescriptionI18nKeyin interfaceBulkEditMultiSelectFieldOption
-
getFieldValuesMap
public Map<String,Object> getFieldValuesMap(Issue issue, OrderableField field, Map<String, Object> fieldValuesHolder) Description copied from interface:BulkEditMultiSelectFieldOptionReturns the Collection representing the result of the Bulk Edit operation for the option- Specified by:
getFieldValuesMapin interfaceBulkEditMultiSelectFieldOption- Overrides:
getFieldValuesMapin classAbstractBulkEditMultiSelectFieldOption- Returns:
- Collection representing the result of the Bulk Edit operation for the option
-