java.lang.Object | |||
↳ | com.atlassian.jira.event.issue.AbstractIssueEventListener | ||
↳ | com.atlassian.jira.event.listeners.mail.MailListener | ||
↳ | com.atlassian.jira.event.listeners.mail.DebugMailListener |
This listener is used to debug the MailListener.
Basically instead of actually sending an email, it will print the method call
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether this listener is internal, meaning it cannot be
removed by an administrator.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the associated notification scheme and create the mail items for notification of the specified event.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Indicates whether this listener is internal, meaning it cannot be removed by an administrator.
true
if this is an Atlassian listener, otherwise Retrieve the associated notification scheme and create the mail items for notification of the specified event.
event | the IssueEvent triggering the notification |
---|