Uses of Class
de.xima.fc.proma.plugin.mdl.PluginChangeLogVersion
Packages that use PluginChangeLogVersion
- 
Uses of PluginChangeLogVersion in de.xima.fc.proma.plugin.mdl
Methods in de.xima.fc.proma.plugin.mdl that return types with arguments of type PluginChangeLogVersionConstructor parameters in de.xima.fc.proma.plugin.mdl with type arguments of type PluginChangeLogVersionModifierConstructorDescriptionPluginUpdateMetadata(String pluginName, EPluginUpdateAvailability updateAvailability, String currentVersion, String pluginKey, String pluginDesc, List<PluginChangeLogVersion> changelogList, String updateVersion)  - 
Uses of PluginChangeLogVersion in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util that return types with arguments of type PluginChangeLogVersionModifier and TypeMethodDescriptionstatic <R> StageChain<List<PluginChangeLogVersion>,R> PromaPluginUpdateCheck.createPluginChangelog(IPublicPromaInvocationContext pc, String pluginKey, PluginManifest manifest, Locale locale, String licenseKey) This method creates a list of all changes of the given plugin.