Uses of Class
io.jenkins.plugins.servicenow.api.ActionStatus
-
Packages that use ActionStatus Package Description io.jenkins.plugins.servicenow.api -
-
Uses of ActionStatus in io.jenkins.plugins.servicenow.api
Methods in io.jenkins.plugins.servicenow.api that return ActionStatus Modifier and Type Method Description static ActionStatus
ActionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActionStatus[]
ActionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-