| 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 |
|---|---|
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 © 2020 Atlassian. All rights reserved.