| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.event.events |
This package contains events that will be fired by the framework.
|
| com.atlassian.plugin.main |
Main interface to the plugins framework providing a facade to hide the unnecessary internals.
|
| com.atlassian.plugin.manager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginManager
Deprecated.
since 2006-09-26 the preferred technique is to use the interfaces that this on e extends directly.
|
| Modifier and Type | Method and Description |
|---|---|
PluginController |
PluginFrameworkEvent.getPluginController() |
| Constructor and Description |
|---|
PluginFrameworkDelayedEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkResumingEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkShutdownEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkShuttingDownEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkStartedEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkStartingEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkWarmRestartedEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
PluginFrameworkWarmRestartingEvent(PluginController pluginController,
PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
PluginController |
AtlassianPlugins.getPluginController() |
| Constructor and Description |
|---|
HotDeployer(PluginController pluginController,
long period) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPluginManager
This implementation delegates the initiation and classloading of plugins to a
list of
PluginLoaders and records the
state of plugins in a
PluginPersistentStateStore. |
| Constructor and Description |
|---|
EnabledModuleCachingPluginAccessor(PluginAccessor delegate,
PluginEventManager pluginEventManager,
PluginController pluginController) |
PluginEnabler(PluginAccessor pluginAccessor,
PluginController pluginController,
PluginExceptionInterception pluginExceptionInterception) |
SafeModuleExtractor(PluginController pluginController) |
Copyright © 2018 Atlassian. All rights reserved.