Uses of Class
com.javahollic.jira.emh.api.extension.command.CommandResult.STATUS
-
Packages that use CommandResult.STATUS Package Description com.javahollic.jira.emh.api.extension.command -
-
Uses of CommandResult.STATUS in com.javahollic.jira.emh.api.extension.command
Methods in com.javahollic.jira.emh.api.extension.command that return CommandResult.STATUS Modifier and Type Method Description CommandResult.STATUS
CommandResult. getStatus()
static CommandResult.STATUS
CommandResult.STATUS. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandResult.STATUS[]
CommandResult.STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.javahollic.jira.emh.api.extension.command with parameters of type CommandResult.STATUS Modifier and Type Method Description void
CommandResult. setStatus(CommandResult.STATUS status)
-