Package com.atlassian.plugin.jmx
Interface PluginManagerMXBean
@PublicApi
public interface PluginManagerMXBean
The JMX interface to plugin manager facilities.
- Since:
- v3.0.24
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionObtain the currently installed plugins.intCheck each plugin loader for newly available plugins and install them.
-
Method Details
-
getPlugins
PluginManagerMXBean.PluginData[] getPlugins()Obtain the currently installed plugins.- Returns:
- a list of plugins currently installed into the instance.
-
scanForNewPlugins
int scanForNewPlugins()Check each plugin loader for newly available plugins and install them.- Returns:
- the number of new plugins installed.
- See Also:
-