Uses of Enum Class
hudson.PluginWrapper.PluginDisableStrategy
Packages that use PluginWrapper.PluginDisableStrategy
-
Uses of PluginWrapper.PluginDisableStrategy in hudson
Methods in hudson that return PluginWrapper.PluginDisableStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PluginWrapper.PluginDisableStrategy[]PluginWrapper.PluginDisableStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in hudson with parameters of type PluginWrapper.PluginDisableStrategyModifier and TypeMethodDescriptionPluginWrapper.disable(PluginWrapper.PluginDisableStrategy strategy) Disable this plugin using a strategy.PluginManager.disablePlugins(PluginWrapper.PluginDisableStrategy strategy, List<String> plugins) Disable a list of plugins using a strategy for their dependents plugins.