Package | Description |
---|---|
com.atlassian.jira.web.action.message |
Modifier and Type | Method and Description |
---|---|
ClosingPolicy |
PopUpMessage.getClosingPolicy() |
static ClosingPolicy |
ClosingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClosingPolicy[] |
ClosingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.