Uses of Interface
com.atlassian.sal.api.message.Message
Packages that use Message
Package
Description
-
Uses of Message in com.atlassian.sal.api.auth
Constructors in com.atlassian.sal.api.auth with parameters of type Message -
Uses of Message in com.atlassian.sal.api.message
Methods in com.atlassian.sal.api.message that return MessageModifier and TypeMethodDescriptionI18nResolver.createMessage(String key, Serializable... arguments) Creates an instance of Message.Methods in com.atlassian.sal.api.message that return types with arguments of type MessageMethods in com.atlassian.sal.api.message with parameters of type MessageModifier and TypeMethodDescriptionvoidMessageCollection.addMessage(Message message) Adds a message to the collectionGiven aMessagethis method: returns the i18ned text formatted with the message arguments if the message key can be resolved. Otherwise, returns the message key (formatted with the message arguments). Uses the default locale.Given aMessagethis method: returns the i18ned text formatted with the message arguments if the message key can be resolved. Otherwise, returns the message key (formatted with the message arguments).Method parameters in com.atlassian.sal.api.message with type arguments of type Message -
Uses of Message in com.atlassian.sal.api.search
Methods in com.atlassian.sal.api.search that return types with arguments of type MessageConstructor parameters in com.atlassian.sal.api.search with type arguments of type MessageModifierConstructorDescriptionSearchResults(List<Message> errors) Constructs search results that contained errors -
Uses of Message in com.atlassian.sal.api.upgrade
Methods in com.atlassian.sal.api.upgrade that return types with arguments of type Message