Uses of Class
de.xima.fc.mdl.plugin.PluginUpdateResult
- 
Packages that use PluginUpdateResult Package Description de.xima.fc.mdl.plugin  - 
- 
Uses of PluginUpdateResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginUpdateResult Modifier and Type Method Description static 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 PluginUpdateResult Modifier and Type Method Description List<PluginUpdateResult>ScopedPluginUpdateResult. getResults()Gets the results for all processed plugins of this scope.Method parameters in de.xima.fc.mdl.plugin with type arguments of type PluginUpdateResult Modifier and Type Method Description static ScopedPluginUpdateResultScopedPluginUpdateResult. forSuccess(WorkspaceScope scope, List<PluginUpdateResult> results)Creates a new update result for a successful update of plugins from a workspace scope. 
 -