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.


Method Summary
 String getDisplayName()
           
 String getKey()
          The plugin key of the plugin.
 

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-2011 Atlassian. All Rights Reserved.