Class ApplicationConfigurationChangedEvent<T>
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationSetupEvent,BaseUrlChangedEvent,DisplayNameChangedEvent,HttpScmHostingChangedEvent,MailHostConfigurationChangedEvent,ServerEmailAddressChangedEvent,ServerTimeZoneChangedEvent
@TransactionAware
public abstract class ApplicationConfigurationChangedEvent<T>
extends ApplicationEvent
Event that is published when an application property is changed through ApplicationPropertiesService.
This event is internally audited with CoverageLevel.BASE level.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum that lists the types of properties that can be changed. -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionApplicationConfigurationChangedEvent(Object source, ApplicationConfigurationChangedEvent.Property property, T oldValue, T newValue) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ApplicationConfigurationChangedEvent
public ApplicationConfigurationChangedEvent(@Nonnull Object source, @Nonnull ApplicationConfigurationChangedEvent.Property property, @Nullable T oldValue, @Nullable T newValue)
-
-
Method Details
-
getProperty
-
getOldValue
-
getNewValue
-