Uses of Enum Class
hudson.PluginWrapper.PluginDisableStatus
-
Uses of PluginWrapper.PluginDisableStatus in hudson
Modifier 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.Modifier and TypeMethodDescriptionvoid
PluginWrapper.PluginDisableResult.setStatus
(PluginWrapper.PluginDisableStatus status) ModifierConstructorDescriptionPluginDisableResult
(String plugin, PluginWrapper.PluginDisableStatus status, String message)