| com.atlassian.jira.mail.MailThreadManager |
Known Indirect Subclasses
|
@PublicApi
Clients of @PublicApi can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi as per each product's API policy as long as the client does not implement/extend
@PublicApi interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi are safe to extend/implement).
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ISSUE_COMMENTED_FROM_EMAIL | ||||||||||
| String | ISSUE_CREATED_FROM_EMAIL | ||||||||||
| String | NOTIFICATION_KEY | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NOTIFICATION_ISSUE_ASSIGNED | |||||||||||
| NOTIFICATION_ISSUE_CLOSED | |||||||||||
| NOTIFICATION_ISSUE_COMMENTED | |||||||||||
| NOTIFICATION_ISSUE_COMMENT_EDITED | |||||||||||
| NOTIFICATION_ISSUE_CREATED | |||||||||||
| NOTIFICATION_ISSUE_DELETED | |||||||||||
| NOTIFICATION_ISSUE_GENERICEVENT | |||||||||||
| NOTIFICATION_ISSUE_MOVED | |||||||||||
| NOTIFICATION_ISSUE_REOPENED | |||||||||||
| NOTIFICATION_ISSUE_RESOLVED | |||||||||||
| NOTIFICATION_ISSUE_UPDATED | |||||||||||
| NOTIFICATION_ISSUE_WORKLOGGED | |||||||||||
| NOTIFICATION_ISSUE_WORKLOG_DELETED | |||||||||||
| NOTIFICATION_ISSUE_WORKLOG_UPDATED | |||||||||||
| NOTIFICATION_ISSUE_WORKSTARTED | |||||||||||
| NOTIFICATION_ISSUE_WORKSTOPPED | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
use instead
getAssociatedIssueObject(Message) method. Since 26/11/2011
| |||||||||||
Looks for an issue associated with given message.
| |||||||||||
This method is deprecated.
use instead getAssociatedIssueObject(Message) method. Since 26/11/2011
Looks for an issue associated with given message. "In-Reply-To" header of the message is analysed for
the the original message id. Such message id has to be associted first with an issue by createMailThread(String, Long, String, String)
method
| message | message to analyse |
|---|
Looks for an issue associated with given message. "In-Reply-To" header of the message is analysed for
the the original message id. Such message id has to be associted first with an issue by createMailThread(String, Long, String, String)
method
| message | message to analyse |
|---|