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