Class SimplePlugin
- java.lang.Object
-
- com.atlassian.confluence.it.plugin.SimplePlugin
-
- All Implemented Interfaces:
Plugin
@Deprecated public class SimplePlugin extends Object implements Plugin
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.SimplePlugin} alternativeProvides the key and display name of a plugin. Cannot be installed into Confluence.- See Also:
UploadablePlugin
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
-
-
Constructor Summary
Constructors Constructor Description SimplePlugin(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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getDisplayName()
Deprecated.String
getKey()
Deprecated.The plugin key of the plugin.
-
-
-
Method Detail
-
getKey
public String getKey()
Deprecated.Description copied from interface:Plugin
The plugin key of the plugin.
-
getDisplayName
public String getDisplayName()
Deprecated.- Specified by:
getDisplayName
in interfacePlugin
- Returns:
- the full name of the plugin, used to ensure that the plugin was uploaded successfully
-
-