Class SimplePlugin
java.lang.Object
com.atlassian.confluence.it.plugin.SimplePlugin
- All Implemented Interfaces:
Plugin
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.SimplePlugin} alternative
Provides the key and display name of a plugin. Cannot be installed into Confluence.
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
-
Constructor Summary
ConstructorsConstructorDescriptionSimplePlugin
(String key) Deprecated.Some test cases might not even need a useful display name, so just use the key.SimplePlugin
(String key, String displayName) Deprecated. -
Method Summary
-
Constructor Details
-
SimplePlugin
Deprecated. -
SimplePlugin
Deprecated.Some test cases might not even need a useful display name, so just use the key.
-
-
Method Details
-
getKey
Deprecated.Description copied from interface:Plugin
The plugin key of the plugin. -
getDisplayName
Deprecated.- Specified by:
getDisplayName
in interfacePlugin
- Returns:
- the full name of the plugin, used to ensure that the plugin was uploaded successfully
-