Interface ActionParams
- All Superinterfaces:
FieldParams
- All Known Implementing Classes:
ActionParamsImpl
,IssueNavigatorActionParams
An interface that is off the same format as the Map returned by Action.getParameters.
All keys are strings and all values are String arrays.
-
Method Summary
Methods inherited from interface com.atlassian.jira.issue.transport.FieldParams
containsKey, getAllKeys, isEmpty
-
Method Details
-
getKeysAndValues
- Specified by:
getKeysAndValues
in interfaceFieldParams
-
getAllValues
String[] getAllValues() -
getValuesForNullKey
String[] getValuesForNullKey() -
getValuesForKey
-
getFirstValueForNullKey
String getFirstValueForNullKey() -
getFirstValueForKey
-
put
-