Uses of Class
com.javahollic.jira.emh.api.extension.command.CommandResult.COLOUR
-
Packages that use CommandResult.COLOUR Package Description com.javahollic.jira.emh.api.extension.command -
-
Uses of CommandResult.COLOUR in com.javahollic.jira.emh.api.extension.command
Methods in com.javahollic.jira.emh.api.extension.command that return CommandResult.COLOUR Modifier and Type Method Description CommandResult.COLOUR
CommandResult. getColour()
static CommandResult.COLOUR
CommandResult.COLOUR. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandResult.COLOUR[]
CommandResult.COLOUR. 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.COLOUR Modifier and Type Method Description void
CommandResult. setColour(CommandResult.COLOUR c)
-