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 String PLUGIN_DESCRIPTOR_FILENAME
           
 
Method Summary
 String getDisplayName()
           
 String getKey()
          The plugin key of the plugin.
 

Field Detail

PLUGIN_DESCRIPTOR_FILENAME

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

getKey

String getKey()
The plugin key of the plugin.


getDisplayName

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


Copyright © 2003–2015 Atlassian. All rights reserved.