Class ConfigurationPropertyUpdatedEvent

java.lang.Object
com.atlassian.crowd.event.configuration.ConfigurationPropertyUpdatedEvent

public class ConfigurationPropertyUpdatedEvent extends Object
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 Details

    • ConfigurationPropertyUpdatedEvent

      public ConfigurationPropertyUpdatedEvent(String propertyName, String oldValue, String newValue)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getOldValue

      public String getOldValue()
    • getNewValue

      public String getNewValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object