public static final enum

ApplicationConfigurationChangedEvent.Property

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.bitbucket.event.server.ApplicationConfigurationChangedEvent.Property

Class Overview

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.

Summary

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
static ApplicationConfigurationChangedEvent.Property valueOf(String name)
final static Property[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ApplicationConfigurationChangedEvent.Property BASE_URL

public static final ApplicationConfigurationChangedEvent.Property DISPLAY_NAME

public static final ApplicationConfigurationChangedEvent.Property HTTP_SCM_HOSTING

public static final ApplicationConfigurationChangedEvent.Property MAIL_HOST_CONFIGURATION

public static final ApplicationConfigurationChangedEvent.Property SERVER_EMAIL_ADDRESS

public static final ApplicationConfigurationChangedEvent.Property SERVER_IS_SETUP

public static final ApplicationConfigurationChangedEvent.Property TIME_ZONE

Public Methods

public static final Property[] values ()