Uses of Class
de.xima.fc.proma.plugin.mdl.PluginChangeLogVersion
-
Packages that use PluginChangeLogVersion Package Description de.xima.fc.proma.plugin.mdl de.xima.fc.proma.util -
-
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 PluginChangeLogVersion Modifier and Type Method Description List<PluginChangeLogVersion>
PluginUpdateMetadata. getChangelogList()
Constructor parameters in de.xima.fc.proma.plugin.mdl with type arguments of type PluginChangeLogVersion Constructor Description PluginUpdateMetadata(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 PluginChangeLogVersion Modifier and Type Method Description static <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.
-