Interface UploadablePlugin
-
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
ClasspathUploadablePlugin
,MavenUploadablePlugin
,SpringComponentUploadablePlugin
@Deprecated public interface UploadablePlugin extends Plugin
Deprecated.Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.UploadablePlugin} alternativeA plugin that can be uploaded into Confluence via the web interface.
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description File
getFile()
Deprecated.default com.atlassian.confluence.test.plugin.UploadablePlugin
undeprecated()
Deprecated.Adapt this UploadablePlugin to anUploadablePlugin
.-
Methods inherited from interface com.atlassian.confluence.it.plugin.Plugin
getDisplayName, getKey
-
-
-
-
Method Detail
-
getFile
File getFile()
Deprecated.- Returns:
- the JAR file of the plugin to upload.
-
undeprecated
default com.atlassian.confluence.test.plugin.UploadablePlugin undeprecated()
Deprecated.Adapt this UploadablePlugin to anUploadablePlugin
.
-
-