public static enum ApplicationConfigurationChangedEvent.Property extends Enum<ApplicationConfigurationChangedEvent.Property>
Enum Constant and Description |
---|
BASE_URL |
DISPLAY_NAME |
HTTP_SCM_HOSTING |
MAIL_HOST_CONFIGURATION |
SERVER_EMAIL_ADDRESS |
SERVER_IS_SETUP |
TIME_ZONE |
Modifier and Type | Method and Description |
---|---|
static ApplicationConfigurationChangedEvent.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationConfigurationChangedEvent.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 static ApplicationConfigurationChangedEvent.Property[] values()
for (ApplicationConfigurationChangedEvent.Property c : ApplicationConfigurationChangedEvent.Property.values()) System.out.println(c);
public static ApplicationConfigurationChangedEvent.Property valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Atlassian. All rights reserved.