Uses of Class
de.xima.fc.mdl.plugin.PluginUpdateResult
Packages that use PluginUpdateResult
-
Uses of PluginUpdateResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginUpdateResultModifier and TypeMethodDescriptionstatic PluginUpdateResultPluginUpdateResult.forFailure(PluginMeta plugin, List<String> localizedMessages) static PluginUpdateResultPluginUpdateResult.forFailure(PluginMeta plugin, List<String> localizedMessages, Throwable error) static PluginUpdateResultPluginUpdateResult.forSuccess(PluginMeta plugin, List<String> localizedMessages) static PluginUpdateResultPluginUpdateResult.forUpToDate(PluginMeta plugin, List<String> localizedMessages) Methods in de.xima.fc.mdl.plugin that return types with arguments of type PluginUpdateResultModifier and TypeMethodDescriptionScopedPluginUpdateResult.getResults()Gets the results for all processed plugins of this scope.Method parameters in de.xima.fc.mdl.plugin with type arguments of type PluginUpdateResultModifier and TypeMethodDescriptionstatic ScopedPluginUpdateResultScopedPluginUpdateResult.forSuccess(WorkspaceScope scope, List<PluginUpdateResult> results) Creates a new update result for a successful update of plugins from a workspace scope.