Interface Plugin

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

@Deprecated public interface Plugin
Deprecated.
Please use confluence-test-utils module instead. See {com.atlassian.confluence.test.plugin.Plugin} alternative
Encapsulates the details of a plugin used for testing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
    The plugin key of the plugin.
  • Field Details

  • Method Details

    • getKey

      String getKey()
      Deprecated.
      The plugin key of the plugin.
    • getDisplayName

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