Package de.xima.fc.pluginstore
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginChangelogEntry(String version, String htmlContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtmlContent()
Gets the content of the changelog as an HTML string.String
getVersion()
Gets the plugin version to which the changelog applies.
-