Enum Class ApplicationConfigurationChangedEvent.Property

java.lang.Object
java.lang.Enum<ApplicationConfigurationChangedEvent.Property>
com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property
All Implemented Interfaces:
Serializable, Comparable<ApplicationConfigurationChangedEvent.Property>, Constable
Enclosing class:
ApplicationConfigurationChangedEvent<T>

public static enum ApplicationConfigurationChangedEvent.Property extends Enum<ApplicationConfigurationChangedEvent.Property>
Enum that lists the types of properties that can be changed. This enum is related to ApplicationProperty.Key, but this is part of the public api and is based around logical units, whereas ApplicationProperty.Key lists the individual config keys. For instance, there are 4 config keys for mail host config, but it is only one logical configuration item.