Uses of Enum Class
com.atlassian.jira.web.action.JiraWebActionSupport.MessageType
Packages that use JiraWebActionSupport.MessageType
-
Uses of JiraWebActionSupport.MessageType in com.atlassian.jira.web.action
Methods in com.atlassian.jira.web.action that return JiraWebActionSupport.MessageTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static JiraWebActionSupport.MessageType[]JiraWebActionSupport.MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.jira.web.action with parameters of type JiraWebActionSupport.MessageTypeModifier and TypeMethodDescriptionprotected StringJiraWebActionSupport.returnCompleteWithInlineRedirectAndMsg(String url, String msg, JiraWebActionSupport.MessageType type, boolean closeable, String target) This will redirect likeJiraWebActionSupport.returnCompleteWithInlineRedirect(String), and will also populate the response with the details of a pop-up message to be displayed on the redirected page.protected StringJiraWebActionSupport.returnMsgToUser(String url, String msg, JiraWebActionSupport.MessageType type, boolean closeable, String target) This will redirect likeJiraWebActionSupport.returnComplete(), and will also populate the response with the details of a pop-up message to be displayed on the redirected page. -
Uses of JiraWebActionSupport.MessageType in com.atlassian.jira.web.action.message
Methods in com.atlassian.jira.web.action.message that return JiraWebActionSupport.MessageTypeMethods in com.atlassian.jira.web.action.message with parameters of type JiraWebActionSupport.MessageTypeModifier and TypeMethodDescriptionfinal PopUpMessagePopUpMessageFactory.createHtmlMessage(JiraWebActionSupport.MessageType type, String title, String htmlMessage, ClosingPolicy closingPolicy) final PopUpMessagePopUpMessageFactory.createPlainMessage(JiraWebActionSupport.MessageType type, String title, String plainMessage, ClosingPolicy closingPolicy)