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.STATUSCommandResult. getStatus()static CommandResult.STATUSCommandResult.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 voidCommandResult. setStatus(CommandResult.STATUS status)
-