Package com.atlassian.plugin
Interface PluginInstaller
- All Known Subinterfaces:
RevertablePluginInstaller
- All Known Implementing Classes:
FilePluginInstaller
public interface PluginInstaller
A place to store plugins which can be installed and uninstalled.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinstallPlugin(String key, PluginArtifact pluginArtifact) Installs the plugin with the given key.
-
Method Details
-
installPlugin
Installs the plugin with the given key. If the plugin already exists, it is replaced silently.
-