Class ConfigurationPropertyUpdatedEvent
java.lang.Object
com.atlassian.crowd.event.configuration.ConfigurationPropertyUpdatedEvent
This class represents a simple property update, mainly meant for configuration changes in Crowd. This event will be
translated to a single-entried audit log changeset with an event type of MODIFIED and an entity type of CONFIGURATION.
The author will be set to the currently authenticated user (if available) and entity name/id empty. The entry's
properties will match the properties specified in these events and will be sanitised if need be.
- Since:
- 2.12.0
-
Constructor Summary
ConstructorDescriptionConfigurationPropertyUpdatedEvent
(String propertyName, String oldValue, String newValue) -
Method Summary