public class CustomFieldSearcherModuleDescriptorsImpl extends Object implements CustomFieldSearcherModuleDescriptors
| Constructor and Description |
|---|
CustomFieldSearcherModuleDescriptorsImpl(com.atlassian.plugin.PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.fugue.Option<CustomFieldSearcher> |
getCustomFieldSearcher(String completeModuleKey)
Retrieve a custom field searcher by its type key.
|
public CustomFieldSearcherModuleDescriptorsImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
public io.atlassian.fugue.Option<CustomFieldSearcher> getCustomFieldSearcher(String completeModuleKey)
CustomFieldSearcherModuleDescriptorsgetCustomFieldSearcher in interface CustomFieldSearcherModuleDescriptorscompleteModuleKey - Type identifier constructed from plugin XML.Option with the CustomFieldSearcherCopyright © 2002-2024 Atlassian. All Rights Reserved.