Uses of Class
de.xima.fc.mdl.plugin.ScopedPluginUpdateResult
-
Packages that use ScopedPluginUpdateResult Package Description de.xima.fc.mdl.plugin de.xima.fc.proma.util -
-
Uses of ScopedPluginUpdateResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return ScopedPluginUpdateResult Modifier and Type Method Description static 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 ScopedPluginUpdateResult Modifier and Type Method Description Map<WorkspaceScope,ScopedPluginUpdateResult>
PluginsUpdateStepResult. 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 ScopedPluginUpdateResult Modifier and Type Method Description static 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 ScopedPluginUpdateResult Modifier and Type Method Description static <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.
-