Package | Description |
---|---|
com.atlassian.jira.mail |
Modifier and Type | Method and Description |
---|---|
static MailThreadManager.MailAction |
MailThreadManager.MailAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailThreadManager.MailAction[] |
MailThreadManager.MailAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MailThreadManagerImpl.storeIncomingMessageId(String messageId,
String senderAddress,
Issue issue,
MailThreadManager.MailAction action) |
void |
MailThreadManager.storeIncomingMessageId(String messageId,
String senderAddress,
Issue issue,
MailThreadManager.MailAction action)
Remembers that given messageId has been used to either create or comment on an Issue.
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.