Uses of Enum Class
hudson.PluginWrapper.PluginDisableStrategy
-
Uses of PluginWrapper.PluginDisableStrategy in hudson
Modifier 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.Modifier 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.