java.lang.Object | |
↳ | com.atlassian.jira.mail.settings.MailSettings.Send |
Represents the state of outgoing mail for this JIRA instance. This can either be enabled or disabled.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DISABLED_APPLICATION_PROPERTY | ||||||||||
String | DISABLED_SYSTEM_PROPERTY_KEY |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Disables sending outgoing mail from JIRA.
| |||||||||||
Enables sending outgoing mail from JIRA.
| |||||||||||
Returns the key of the last user to have enabled or disabled outgoing mail, or null if it has never been
enabled or disabled.
| |||||||||||
Returns the date when outgoing mail was last enabled or disabled, or null if it has never been modified.
| |||||||||||
Whether outgoing mail is currently disabled.
| |||||||||||
Whether outgoing mail is currently disabled via the application property.
| |||||||||||
Whether outgoing mail is currently enabled.
| |||||||||||
Whether the outgoing mail setting can be changed from enabled to disabled, or viceversa.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Disables sending outgoing mail from JIRA.
Enables sending outgoing mail from JIRA.
Returns the key of the last user to have enabled or disabled outgoing mail, or null if it has never been enabled or disabled.
Returns the date when outgoing mail was last enabled or disabled, or null if it has never been modified.
Whether outgoing mail is currently disabled.
Whether outgoing mail is currently disabled via the application property.
Whether outgoing mail is currently enabled.
Whether the outgoing mail setting can be changed from enabled to disabled, or viceversa.