public class

MavenUploadablePlugin

extends Object
implements UploadablePlugin
java.lang.Object
   ↳ com.atlassian.confluence.it.maven.MavenUploadablePlugin

Class Overview

A plugin to be uploaded into Confluence from the local Maven repository.

Summary

Public Constructors
MavenUploadablePlugin(String key, String displayName, MavenDependency dependency)
Public Methods
String getDisplayName()
File getFile()
Returns a file representing the plugin in the local repository, using the conventions of a Maven 2 repository.
String getKey()
The plugin key of the plugin.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.it.plugin.Plugin
From interface com.atlassian.confluence.it.plugin.UploadablePlugin

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.

See Also

public String getKey ()

The plugin key of the plugin.

public String toString ()