Package | Description |
---|---|
com.atlassian.jira.web.action.message |
Modifier and Type | Method and Description |
---|---|
PopUpMessage |
PopUpMessageFactory.createHtmlMessage(JiraWebActionSupport.MessageType type,
String title,
String htmlMessage,
ClosingPolicy closingPolicy) |
PopUpMessage |
PopUpMessageFactory.createPlainMessage(JiraWebActionSupport.MessageType type,
String title,
String plainMessage,
ClosingPolicy closingPolicy) |
Modifier and Type | Method and Description |
---|---|
String |
MessageResponder.respond(Iterable<PopUpMessage> messages,
URI redirect,
JiraWebActionSupport action,
String title)
Guarantees that given messages will be shown to the user and user will be be able to follow the redirect.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.