| Package | Description |
|---|---|
| com.atlassian.plugin.event.impl | |
| com.atlassian.plugin.main |
Main interface to the plugins framework providing a facade to hide the unnecessary internals.
|
| com.atlassian.plugin.manager | |
| com.atlassian.plugin.scope | |
| com.atlassian.plugin.servlet |
| Constructor and Description |
|---|
DefaultPluginEventManager(ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager will be removed.
Use DefaultPluginEventManager.DefaultPluginEventManager() instead. |
DefaultPluginEventManager(ScopeManager scopeManager,
ListenerMethodSelector... selectors)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager will be removed.
Use DefaultPluginEventManager.DefaultPluginEventManager(ListenerMethodSelector[]) instead. |
| Modifier and Type | Method and Description |
|---|---|
ScopeManager |
PluginsConfiguration.getScopeManager()
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
| Modifier and Type | Method and Description |
|---|---|
PluginsConfigurationBuilder |
PluginsConfigurationBuilder.scopeManager(ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
| Modifier and Type | Method and Description |
|---|---|
T |
DefaultPluginManager.Builder.withScopeManager(ScopeManager ignored)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager will be removed. |
| Constructor and Description |
|---|
ProductPluginAccessor(PluginRegistry.ReadOnly pluginRegistry,
PluginPersistentStateStore store,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
ScopeManager ignored)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager will be removed. Use
ProductPluginAccessor.ProductPluginAccessor(com.atlassian.plugin.PluginRegistry.ReadOnly,
PluginPersistentStateStore, ModuleDescriptorFactory, PluginEventManager) instead. |
ProductPluginAccessorBase(PluginRegistry.ReadOnly pluginRegistry,
PluginPersistentStateStore store,
ModuleDescriptorFactory moduleDescriptorFactory,
PluginEventManager pluginEventManager,
ScopeManager ignored)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager will be removed. Use
ProductPluginAccessor(com.atlassian.plugin.PluginRegistry.ReadOnly, PluginPersistentStateStore,
ModuleDescriptorFactory, PluginEventManager) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysEnabledScopeManager
Deprecated.
since 4.1 for removal in 6.0 when
ScopeManager is removed completely |
class |
EverythingIsActiveScopeManager
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed completely. |
class |
TenantBasedScopeManager
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed completely |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ScopeManager.isActive(ScopeManager scopeManager,
ScopeAware scopeAware)
Deprecated.
|
| Constructor and Description |
|---|
DefaultServletModuleManager(PluginEventManager pluginEventManager,
PathMapper servletMapper,
PathMapper filterMapper,
com.atlassian.plugin.servlet.FilterFactory filterFactory,
ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed. |
DefaultServletModuleManager(PluginEventManager pluginEventManager,
ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
DefaultServletModuleManager(javax.servlet.ServletContext servletContext,
PluginEventManager pluginEventManager,
PathMapper servletMapper,
PathMapper filterMapper,
com.atlassian.plugin.servlet.FilterFactory filterFactory,
ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
DefaultServletModuleManager(javax.servlet.ServletContext servletContext,
PluginEventManager pluginEventManager,
ScopeManager scopeManager)
Deprecated.
in 5.0 for removal in 6.0 when
ScopeManager is removed |
Copyright © 2019 Atlassian. All rights reserved.