Uses of Class
de.xima.fc.mdl.plugin.PluginsUpdateStepResult
Packages that use PluginsUpdateStepResult
Package
Description
-
Uses of PluginsUpdateStepResult in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type PluginsUpdateStepResultModifier and TypeMethodDescriptionstatic boolean
UpdateMailUtil.sendSystemConnectionEstablished
(List<String> toAddresses, PluginsUpdateStepResult pluginResult, List<PluginUpdateCheckResult> pluginUpdateCheckResults) static boolean
UpdateMailUtil.sendSystemUpdateFailMail
(List<String> toAddresses, PluginsUpdateStepResult pluginResult, List<PluginUpdateCheckResult> pluginUpdateCheckResults) static boolean
UpdateMailUtil.sendSystemUpdateSuccessMail
(List<String> toAddresses, PluginsUpdateStepResult pluginResult, List<PluginUpdateCheckResult> pluginUpdateCheckResults) -
Uses of PluginsUpdateStepResult in de.xima.fc.mdl.plugin
Methods in de.xima.fc.mdl.plugin that return PluginsUpdateStepResultModifier and TypeMethodDescriptionstatic PluginsUpdateStepResult
PluginsUpdateStepResult.empty()
Gets an empty successful with no scopes and no results.static PluginsUpdateStepResult
PluginsUpdateStepResult.forFailure
(Set<WorkspaceScope> requestedScopes, Throwable error) Creates a new result for a failed plugin update step.static PluginsUpdateStepResult
PluginsUpdateStepResult.forSuccess
(Set<WorkspaceScope> requestedScopes, Map<WorkspaceScope, ScopedPluginUpdateResult> scopedResults) Creates a new result for a successful plugin update step. -
Uses of PluginsUpdateStepResult in de.xima.fc.mdl.system
Methods in de.xima.fc.mdl.system that return PluginsUpdateStepResultModifier and TypeMethodDescriptionUpdateContext.getPluginUpdateResult()
Gets the model with all results from the plugin update step.Methods in de.xima.fc.mdl.system with parameters of type PluginsUpdateStepResultModifier and TypeMethodDescriptionvoid
UpdateContext.setPluginUpdateResult
(PluginsUpdateStepResult pluginUpdateResult) Sets the model with all results from the plugin update step. -
Uses of PluginsUpdateStepResult in de.xima.fc.proma.util
Methods in de.xima.fc.proma.util that return types with arguments of type PluginsUpdateStepResultModifier and TypeMethodDescriptionstatic <R> StageChain<PluginsUpdateStepResult,
R> PromaPluginUpdater.updateInstalledPlugins
(IPublicPromaInvocationContext pc, Locale locale, EPluginValidationFailureTreatment validationFailureTreatment, String licenseKey) For all scopes (clients + system), updates all plugins that are connected to a remote repository.static <R> StageChain<PluginsUpdateStepResult,
R> PromaPluginUpdater.updateInstalledPlugins
(IPublicPromaInvocationContext pc, Locale locale, Set<WorkspaceScope> scopes, EPluginValidationFailureTreatment validationFailureTreatment, String licenseKey) For each given scopes, update all plugins that are connected to a remote repository.static <R> StageChain<PluginsUpdateStepResult,
R> PromaPluginUpdater.updateInstalledPlugins
(IPublicPromaInvocationContext pc, Locale locale, Set<WorkspaceScope> scopes, EPluginValidationFailureTreatment validationFailureTreatment, BiPredicate<WorkspaceScope, PluginGroupMeta> pluginFilter, String licenseKey) For each given scopes, update all plugins that are connected to a remote repository.