Package com.atlassian.jira.portal
Class VersionOptionalValuesGenerator
java.lang.Object
com.atlassian.jira.portal.VersionOptionalValuesGenerator
- All Implemented Interfaces:
ValuesGenerator<Long>
-
Field Summary
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VersionOptionalValuesGenerator
public VersionOptionalValuesGenerator()
-
-
Method Details
-
getValues
Description copied from interface:ValuesGenerator
Map of choices to use- Specified by:
getValues
in interfaceValuesGenerator<Long>
- Parameters:
params
- Used to generate a relevant list of choices. e.g. may have some permissions in it- Returns:
- Map which contains a list of choices as key value pairs. Can be null.
-