Uses of Interface
com.atlassian.plugin.PluginArtifact
Packages that use PluginArtifact
-
Uses of PluginArtifact in com.atlassian.plugin
Methods in com.atlassian.plugin that return PluginArtifactModifier and TypeMethodDescriptionDummyPlugin.getPluginArtifact()Plugin.getPluginArtifact()Retrieve the original, unprocessed or transformedPluginArtifactused to create this plugin instance.Methods in com.atlassian.plugin with parameters of type PluginArtifactModifier and TypeMethodDescriptionPluginController.installPlugins(PluginArtifact... pluginArtifacts) Installs multiple plugins and returns the list of plugin keys. -
Uses of PluginArtifact in com.atlassian.plugin.factories
Methods in com.atlassian.plugin.factories with parameters of type PluginArtifactModifier and TypeMethodDescriptionPluginFactory.canCreate(PluginArtifact pluginArtifact) Determines if this factory can handle this artifact.PluginFactory.create(PluginArtifact pluginArtifact, ModuleDescriptorFactory moduleDescriptorFactory) Deploys the plugin artifact by instantiating the plugin and configuring it.