Uses of Class
com.atlassian.jira.util.MessageSet.Level

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)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.