Uses of Enum Class
hudson.PluginWrapper.PluginDisableStatus
Packages that use PluginWrapper.PluginDisableStatus
-
Uses of PluginWrapper.PluginDisableStatus in hudson
Methods in hudson that return PluginWrapper.PluginDisableStatusModifier and TypeMethodDescriptionPluginWrapper.PluginDisableResult.getStatus()
Returns the enum constant of this class with the specified name.static PluginWrapper.PluginDisableStatus[]
PluginWrapper.PluginDisableStatus.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.PluginDisableStatusModifier and TypeMethodDescriptionvoid
PluginWrapper.PluginDisableResult.setStatus
(PluginWrapper.PluginDisableStatus status) Constructors in hudson with parameters of type PluginWrapper.PluginDisableStatusModifierConstructorDescriptionPluginDisableResult
(String plugin, PluginWrapper.PluginDisableStatus status, String message)