Package com.atlassian.application.api
Interface ApplicationPlugin
public interface ApplicationPlugin
Representation of a plugin in an
Application.- Since:
- v1.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn enumeration holding the different types of plugins. -
Method Summary
Modifier and TypeMethodDescriptionThe key of the plugin.getType()Return the type of this plugin.
-
Method Details
-
getPluginKey
String getPluginKey()The key of the plugin.- Returns:
- the key of the plugin.
-
getType
ApplicationPlugin.PluginType getType()Return the type of this plugin.- Returns:
- the type of this plugin.
-