Package com.atlassian.jira.util
Class MessageSetImpl
java.lang.Object
com.atlassian.jira.util.AbstractMessageSet
com.atlassian.jira.util.MessageSetImpl
- All Implemented Interfaces:
MessageSet
,Serializable
Message set implementation that uses the messages natural ordering to sort the messages that are added.
- Since:
- v3.13
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.util.MessageSet
MessageSet.Level, MessageSet.MessageLink
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.jira.util.AbstractMessageSet
addErrorMessage, addErrorMessage, addErrorMessageInEnglish, addMessage, addMessage, addMessageSet, addWarningMessage, addWarningMessage, addWarningMessageInEnglish, equals, getErrorMessages, getErrorMessagesInEnglish, getLinkForError, getLinkForWarning, getWarningMessages, getWarningMessagesInEnglish, hasAnyErrors, hasAnyMessages, hasAnyWarnings, hashCode, toString
-
Constructor Details
-
MessageSetImpl
public MessageSetImpl()
-