Uses of Class
de.xima.fc.mdl.plugin.ScopedPluginUpdateResult
Packages that use ScopedPluginUpdateResult
-
Uses of ScopedPluginUpdateResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return ScopedPluginUpdateResultModifier and TypeMethodDescriptionstatic ScopedPluginUpdateResult
ScopedPluginUpdateResult.forFailure
(WorkspaceScope scope, Throwable error) Creates a new update result for a failed update of plugins from a workspace scope.static ScopedPluginUpdateResult
ScopedPluginUpdateResult.forSuccess
(WorkspaceScope scope, List<PluginUpdateResult> results) Creates a new update result for a successful update of plugins from a workspace scope.Methods in de.xima.fc.mdl.plugin that return types with arguments of type ScopedPluginUpdateResultModifier and TypeMethodDescriptionPluginsUpdateStepResult.getScopedResults()
Gets the map from each scope to the result of the plugin update for that scope.Method parameters in de.xima.fc.mdl.plugin with type arguments of type ScopedPluginUpdateResultModifier and TypeMethodDescriptionstatic PluginsUpdateStepResult
PluginsUpdateStepResult.forSuccess
(Set<WorkspaceScope> requestedScopes, Map<WorkspaceScope, ScopedPluginUpdateResult> scopedResults) Creates a new result for a successful plugin update step. -
Uses of ScopedPluginUpdateResult in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util that return types with arguments of type ScopedPluginUpdateResultModifier and TypeMethodDescriptionstatic <R> StageChain<ScopedPluginUpdateResult,
R> PromaPluginUpdater.installOrUpdatePluginWithVersion
(IPublicPromaInvocationContext pc, Locale locale, WorkspaceScope scope, String pluginKey, String targetVersion, EPluginValidationFailureTreatment validationFailureTreatment) Installs or updates a plugin with the given plugin key from the remote repository, at the system or a client scope.