Class PopUpMessageFactory
java.lang.Object
com.atlassian.jira.web.action.message.PopUpMessageFactory
Creates
PopUpMessage instances.- Since:
- v6.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal PopUpMessagecreateHtmlMessage(JiraWebActionSupport.MessageType type, String title, String htmlMessage, ClosingPolicy closingPolicy) final PopUpMessagecreatePlainMessage(JiraWebActionSupport.MessageType type, String title, String plainMessage, ClosingPolicy closingPolicy)
-
Constructor Details
-
PopUpMessageFactory
public PopUpMessageFactory()
-
-
Method Details
-
createPlainMessage
public final PopUpMessage createPlainMessage(JiraWebActionSupport.MessageType type, String title, String plainMessage, ClosingPolicy closingPolicy) - Parameters:
type- type (severity) of the messagetitle- plain text titleplainMessage- plaintext body of the messageclosingPolicy- closing policy compatible with AUI flags
-
createHtmlMessage
public final PopUpMessage createHtmlMessage(JiraWebActionSupport.MessageType type, String title, String htmlMessage, ClosingPolicy closingPolicy) - Parameters:
type- type (severity) of the messagetitle- plain text titlehtmlMessage- HTML body of the messageclosingPolicy- closing policy compatible with AUI flags
-