Uses of Class
hudson.PluginWrapper.PluginDisableStatus
-
Packages that use PluginWrapper.PluginDisableStatus Package Description hudson -
-
Uses of PluginWrapper.PluginDisableStatus in hudson
Methods in hudson that return PluginWrapper.PluginDisableStatus Modifier and Type Method Description PluginWrapper.PluginDisableStatus
PluginWrapper.PluginDisableResult. getStatus()
static PluginWrapper.PluginDisableStatus
PluginWrapper.PluginDisableStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PluginWrapper.PluginDisableStatus[]
PluginWrapper.PluginDisableStatus. 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.PluginDisableStatus Modifier and Type Method Description void
PluginWrapper.PluginDisableResult. setStatus(PluginWrapper.PluginDisableStatus status)
Constructors in hudson with parameters of type PluginWrapper.PluginDisableStatus Constructor Description PluginDisableResult(String plugin, PluginWrapper.PluginDisableStatus status, String message)
-