| Package | Description |
|---|---|
| com.atlassian.plugin | |
| com.atlassian.plugin.factories |
| Modifier and Type | Method and Description |
|---|---|
PluginArtifact |
Plugin.getPluginArtifact()
Retrieve the original, unprocessed or transformed
PluginArtifact used to create this plugin instance. |
PluginArtifact |
DummyPlugin.getPluginArtifact() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PluginArtifact.AllowsReference.Default.allowsReference(PluginArtifact pluginArtifact)
Forwards to
getReferenceMode() and ReferenceMode.allowsReference. |
String |
PluginController.installPlugin(PluginArtifact pluginArtifact)
Deprecated.
Since 2.3.0, use
PluginController.installPlugins(PluginArtifact...) instead |
Set<String> |
PluginController.installPlugins(PluginArtifact... pluginArtifacts)
Installs multiple plugins and returns the list of plugin keys.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PluginFactory.canCreate(PluginArtifact pluginArtifact)
Determines if this factory can handle this artifact.
|
Plugin |
PluginFactory.create(PluginArtifact pluginArtifact,
ModuleDescriptorFactory moduleDescriptorFactory)
Deploys the plugin artifact by instantiating the plugin and configuring it.
|
Copyright © 2018 Atlassian. All rights reserved.