public final class UnloadablePluginFactory extends Object
| Constructor and Description |
|---|
UnloadablePluginFactory() |
| Modifier and Type | Method and Description |
|---|---|
static UnloadablePlugin |
createUnloadablePlugin(Plugin oldPlugin)
Creates an UnloadablePlugin instance from a given plugin, when there were problems loading the modules or the plugin itself
|
static UnloadablePlugin |
createUnloadablePlugin(Plugin oldPlugin,
UnloadableModuleDescriptor unloadableDescriptor)
Creates an UnloadablePlugin instance from a given plugin.
|
public static UnloadablePlugin createUnloadablePlugin(Plugin oldPlugin)
oldPlugin - the Plugin that is unloadablepublic static UnloadablePlugin createUnloadablePlugin(Plugin oldPlugin, UnloadableModuleDescriptor unloadableDescriptor)
oldPlugin - the Plugin that is unloadableunloadableDescriptor - the ModuleDescriptor containing the errorCopyright © 2019 Atlassian. All rights reserved.