public interface PluginResourceLocator
| Modifier and Type | Method and Description |
|---|---|
List<PluginResource> |
getPluginResources(String moduleCompleteKey)
Returns a list of
PluginResources for a given plugin module's complete key. |
List<PluginResource> getPluginResources(String moduleCompleteKey)
PluginResources for a given plugin module's complete key. If
the plugin the module belongs to is not enabled or does not exist, an empty list is returned.Copyright © 2019 Atlassian. All rights reserved.