Class Overview
A plugin to be uploaded into Confluence from the local Maven repository.
Public Constructors
public
MavenUploadablePlugin
(String key, String displayName, MavenDependency dependency)
Parameters
| key
| the plugin key |
| displayName
| the full name of the plugin, used to assert that the plugin was uploaded successfully |
| dependency
| the dependency to upload
|
Public Methods
public
String
getDisplayName
()
public
File
getFile
()
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.
public
String
getKey
()
The plugin key of the plugin.