| Interface and Description |
|---|
| com.atlassian.plugin.Plugin.EnabledMetricsSource
since 4.0.0, to be removed in 5.0.0: Methods in this interface are now provided directly by
Plugin. |
| com.atlassian.plugin.Plugin.Resolvable
since 4.0.0, to be removed in 5.0.0: Methods in this interface are now provided directly by
Plugin. |
| com.atlassian.plugin.PluginArtifact.AllowsReference
since 4.0.0, to be removed in 5.0.0: Equivalent functionality is now provided directly by
PluginArtifact.getReferenceMode(). |
| Class and Description |
|---|
| com.atlassian.plugin.event.events.BeforePluginDisabledEvent
since 4.0.0. Use
PluginDisablingEvent instead. |
| com.atlassian.plugin.event.events.BeforePluginModuleDisabledEvent
since 4.0.0. Use
PluginModuleDisablingEvent instead. |
| Field and Description |
|---|
| com.atlassian.plugin.Plugin.NAME_COMPARATOR
since 2.2.0. This comparator only takes into account the plugin name and assumes it is not null,
yet a) that constraint is not validated anywhere in plugin loading and b) the plugin could have used the i18n
name, and only the application can resolve that to a name useful for comparisons.
|
| Constructor and Description |
|---|
| com.atlassian.plugin.Resources(Iterable<ResourceDescriptor>)
Since 3.0.1, use
Resources.fromXml(org.dom4j.Element) instead. This will lazily create the
ResourceDescriptors from the Element, for a memory saving. |
Copyright © 2018 Atlassian. All rights reserved.