Uses of Class
com.javahollic.jira.emh.api.KeyValuePair
-
Packages that use KeyValuePair Package Description com.javahollic.jira.emh.api com.javahollic.jira.emh.api.config -
-
Uses of KeyValuePair in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return KeyValuePair Modifier and Type Method Description KeyValuePair[]
IJEMHRuntimeConfig. getAliases()
Aliases allow for arbitrary command shortening, can shorten the key, but can also be used to provide a value -
Uses of KeyValuePair in com.javahollic.jira.emh.api.config
Methods in com.javahollic.jira.emh.api.config that return types with arguments of type KeyValuePair Modifier and Type Method Description List<KeyValuePair>
ConfigFieldAttributes. getOptions()
Method parameters in com.javahollic.jira.emh.api.config with type arguments of type KeyValuePair Modifier and Type Method Description void
ConfigFieldAttributes. setOptions(List<KeyValuePair> options)
-