Class PluginChangelogEntry

java.lang.Object
de.xima.fc.pluginstore.PluginChangelogEntry
All Implemented Interfaces:
Serializable

public class PluginChangelogEntry extends Object implements Serializable
Model for the change log of a certain plugin version, consists of a version and the HTML string.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • PluginChangelogEntry

      public PluginChangelogEntry(String version, String htmlContent)
      Parameters:
      version - The plugin version of the changelog.
      htmlContent - The HTML content of the changelog.
  • Method Details

    • getHtmlContent

      public String getHtmlContent()
      Gets the content of the changelog as an HTML string.
      Returns:
      The HTML content of the changelog.
    • getVersion

      public String getVersion()
      Gets the plugin version to which the changelog applies.
      Returns:
      The plugin version of the changelog.