Class MailHostConfigurationChangedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<MailHostConfiguration>
com.atlassian.bitbucket.event.server.MailHostConfigurationChangedEvent
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
public class MailHostConfigurationChangedEvent
extends ApplicationConfigurationChangedEvent<MailHostConfiguration>
Event that is raised when the mail host configuration is changed.
This event is internally audited with CoverageLevel.BASE
level.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
ApplicationConfigurationChangedEvent.Property
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMailHostConfigurationChangedEvent
(Object source, MailHostConfiguration oldValue, MailHostConfiguration newValue) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent
getNewValue, getOldValue, getProperty
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MailHostConfigurationChangedEvent
public MailHostConfigurationChangedEvent(@Nonnull Object source, @Nullable MailHostConfiguration oldValue, @Nullable MailHostConfiguration newValue)
-