Interface Plugin
-
- All Known Subinterfaces:
UploadablePlugin
- All Known Implementing Classes:
ClasspathUploadablePlugin,MavenUploadablePlugin,SimplePlugin,SpringComponentUploadablePlugin
@Deprecated public interface Plugin
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.Plugin} alternativeEncapsulates the details of a plugin used for testing.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_DESCRIPTOR_FILENAMEDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDisplayName()Deprecated.StringgetKey()Deprecated.The plugin key of the plugin.
-
-
-
Field Detail
-
PLUGIN_DESCRIPTOR_FILENAME
static final String PLUGIN_DESCRIPTOR_FILENAME
Deprecated.- See Also:
- Constant Field Values
-
-