Class 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:
    Serialized Form
    • Constructor Detail

      • PluginChangelogEntry

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

      • 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.