|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageSet.Level | |
---|---|
com.atlassian.jira.util |
Uses of MessageSet.Level in com.atlassian.jira.util |
---|
Methods in com.atlassian.jira.util that return MessageSet.Level | |
---|---|
static MessageSet.Level |
MessageSet.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageSet.Level[] |
MessageSet.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.atlassian.jira.util with parameters of type MessageSet.Level | |
---|---|
void |
MessageSet.addMessage(MessageSet.Level level,
String errorMessage)
Adds a message with the given warning / error level |
void |
AbstractMessageSet.addMessage(MessageSet.Level level,
String errorMessage)
|
void |
MessageSet.addMessage(MessageSet.Level level,
String errorMessage,
MessageSet.MessageLink link)
Adds an error message with the given warning / error level and associates a link with the error. |
void |
AbstractMessageSet.addMessage(MessageSet.Level level,
String errorMessage,
MessageSet.MessageLink link)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |