Uses of Class
de.xima.fc.pluginstore.PluginChangelogEntry
Packages that use PluginChangelogEntry
- 
Uses of PluginChangelogEntry in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return types with arguments of type PluginChangelogEntryModifier and TypeMethodDescriptionSelectedPluginStoreItem.getChangelog()Gets the list of changelog entries, sorted from the highest version to the lowest version.<R> StageChain<List<PluginChangelogEntry>,R> PluginStoreLoader.loadChangelogEntries(IPublicSyncWebSocketContext pc, String itemKey, Locale locale, String licenseKey) Loads the list of all changelog entries for the given store item.Constructor parameters in de.xima.fc.pluginstore with type arguments of type PluginChangelogEntryModifierConstructorDescriptionSelectedPluginStoreItem(PluginStoreItem item, List<PluginChangelogEntry> changelog) Creates a new model with the given data.