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
 java.lang.String getDisplayName()
           
 java.lang.String getKey()
          The plugin key of the plugin.
 

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