|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RevertablePluginInstaller
A type of PluginInstaller that supports reverting plugin artifacts installed during the current running. Specifically, it is used during upgrades of plugins that use modules that require a restart, and therefore, is of no use to environments that have no such descriptors. Only plugins that were installed while the current instance has existed are eligible to be reverted. In other words, no state is persisted across restarts.
| Method Summary | |
|---|---|
void |
clearBackups()
Clears any backed up artifacts from the previous run. |
void |
revertInstalledPlugin(java.lang.String pluginKey)
Reverts a plugin artifact that was installed to its original state. |
| Methods inherited from interface com.atlassian.plugin.PluginInstaller |
|---|
installPlugin |
| Method Detail |
|---|
void revertInstalledPlugin(java.lang.String pluginKey)
pluginKey - The plugin key to revertvoid clearBackups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||