Package de.xima.fc.pluginstore
Class PluginChangelogEntry
java.lang.Object
de.xima.fc.pluginstore.PluginChangelogEntry
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the content of the changelog as an HTML string.Gets the plugin version to which the changelog applies.
-
Constructor Details
-
PluginChangelogEntry
- Parameters:
version
- The plugin version of the changelog.htmlContent
- The HTML content of the changelog.
-
-
Method Details
-
getHtmlContent
Gets the content of the changelog as an HTML string.- Returns:
- The HTML content of the changelog.
-
getVersion
Gets the plugin version to which the changelog applies.- Returns:
- The plugin version of the changelog.
-