java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.event.server.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.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ApplicationConfigurationChangedEvent.Property | BASE_URL | ||||||||||
ApplicationConfigurationChangedEvent.Property | DISPLAY_NAME | ||||||||||
ApplicationConfigurationChangedEvent.Property | HTTP_SCM_HOSTING | ||||||||||
ApplicationConfigurationChangedEvent.Property | MAIL_HOST_CONFIGURATION | ||||||||||
ApplicationConfigurationChangedEvent.Property | SERVER_EMAIL_ADDRESS | ||||||||||
ApplicationConfigurationChangedEvent.Property | SERVER_IS_SETUP | ||||||||||
ApplicationConfigurationChangedEvent.Property | TIME_ZONE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|