com.atlassian.confluence.it.plugin
Interface Plugin

All Known Subinterfaces:
UploadablePlugin
All Known Implementing Classes:
ClasspathUploadablePlugin, MavenUploadablePlugin, SimplePlugin, SpringComponentUploadablePlugin

public interface Plugin

Encapsulates the details of a plugin used for testing.


Field Summary
static java.lang.String PLUGIN_DESCRIPTOR_FILENAME
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getKey()
          The plugin key of the plugin.
 

Field Detail

PLUGIN_DESCRIPTOR_FILENAME

static final java.lang.String PLUGIN_DESCRIPTOR_FILENAME
See Also:
Constant Field Values
Method Detail

getKey

java.lang.String getKey()
The plugin key of the plugin.


getDisplayName

java.lang.String getDisplayName()
Returns:
the full name of the plugin, used to ensure that the plugin was uploaded successfully


Copyright © 2003-2014 Atlassian. All Rights Reserved.