Class MavenUploadablePlugin
java.lang.Object
com.atlassian.confluence.it.maven.MavenUploadablePlugin
- All Implemented Interfaces:
Plugin
,UploadablePlugin
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.plugin.maven.MavenUploadablePlugin} alternative
A plugin to be uploaded into Confluence from the local Maven repository.
-
Field Summary
Fields inherited from interface com.atlassian.confluence.it.plugin.Plugin
PLUGIN_DESCRIPTOR_FILENAME
-
Constructor Summary
ConstructorsConstructorDescriptionMavenUploadablePlugin
(String key, String displayName, MavenDependency dependency) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.it.plugin.UploadablePlugin
undeprecated
-
Constructor Details
-
MavenUploadablePlugin
Deprecated.- Parameters:
key
- the plugin keydisplayName
- the full name of the plugin, used to assert that the plugin was uploaded successfullydependency
- the dependency to upload
-
-
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
-
getFile
Deprecated.Returns a file representing the plugin in the local repository, using the conventions of a Maven 2 repository. The file that is returned may or may not exist.- Specified by:
getFile
in interfaceUploadablePlugin
- Returns:
- the JAR file of the plugin to upload.
- See Also:
-
toString
Deprecated.
-