Uses of Class
de.xima.fc.pluginstore.PluginChangelogEntry
-
Packages that use PluginChangelogEntry Package Description de.xima.fc.pluginstore -
-
Uses of PluginChangelogEntry in de.xima.fc.pluginstore
Methods in de.xima.fc.pluginstore that return types with arguments of type PluginChangelogEntry Modifier and Type Method Description List<PluginChangelogEntry>
SelectedPluginStoreItem. 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 PluginChangelogEntry Constructor Description SelectedPluginStoreItem(PluginStoreItem item, List<PluginChangelogEntry> changelog)
Creates a new model with the given data.
-