com.atlassian.jira.config.properties
Interface SystemPropertyKeys


public interface SystemPropertyKeys

Keys of system properties used by JIRA to trigger different behaviour at runtime.


Field Summary
static String ATLASSIAN_DEV_MODE
           
static String CUSTOM_PLUGIN_PATH
           
static String DANGER_MODE
           
static String DARK_FEATURES_DISABLED
           
static String DISABLE_BUNDLED_PLUGINS
           
static String DISABLE_VCS_POLLING_SYSTEM_PROPERTY
           
static String JELLY_SYSTEM_PROPERTY
           
static String JIRA_DEV_MODE
           
static String JIRA_I18N_RELOADBUNDLES
           
static String MAIL_DECODE_FILENAME
           
static String MAIL_DECODE_PARAMETERS
           
static String SHOW_PERF_MONITOR
           
static String SUPER_BATCH_DISABLED
           
static String UPGRADE_SYSTEM_PROPERTY
           
static String WEBSUDO_IS_DISABLED
           
static String XSRF_DETECTION_CHECK
           
static String XSRF_DIAGNOSTICS
           
 

Field Detail

JELLY_SYSTEM_PROPERTY

static final String JELLY_SYSTEM_PROPERTY
See Also:
Constant Field Values

UPGRADE_SYSTEM_PROPERTY

static final String UPGRADE_SYSTEM_PROPERTY
See Also:
Constant Field Values

DISABLE_VCS_POLLING_SYSTEM_PROPERTY

static final String DISABLE_VCS_POLLING_SYSTEM_PROPERTY
See Also:
Constant Field Values

JIRA_DEV_MODE

static final String JIRA_DEV_MODE
See Also:
Constant Field Values

ATLASSIAN_DEV_MODE

static final String ATLASSIAN_DEV_MODE
See Also:
Constant Field Values

DISABLE_BUNDLED_PLUGINS

static final String DISABLE_BUNDLED_PLUGINS
See Also:
Constant Field Values

CUSTOM_PLUGIN_PATH

static final String CUSTOM_PLUGIN_PATH
See Also:
Constant Field Values

MAIL_DECODE_PARAMETERS

static final String MAIL_DECODE_PARAMETERS
See Also:
Constant Field Values

MAIL_DECODE_FILENAME

static final String MAIL_DECODE_FILENAME
See Also:
Constant Field Values

XSRF_DETECTION_CHECK

static final String XSRF_DETECTION_CHECK
See Also:
Constant Field Values

JIRA_I18N_RELOADBUNDLES

static final String JIRA_I18N_RELOADBUNDLES
See Also:
Constant Field Values

SUPER_BATCH_DISABLED

static final String SUPER_BATCH_DISABLED
See Also:
Constant Field Values

WEBSUDO_IS_DISABLED

static final String WEBSUDO_IS_DISABLED
See Also:
Constant Field Values

SHOW_PERF_MONITOR

static final String SHOW_PERF_MONITOR
See Also:
Constant Field Values

XSRF_DIAGNOSTICS

static final String XSRF_DIAGNOSTICS
See Also:
Constant Field Values

DARK_FEATURES_DISABLED

static final String DARK_FEATURES_DISABLED
See Also:
Constant Field Values

DANGER_MODE

static final String DANGER_MODE
See Also:
Constant Field Values


Copyright © 2002-2014 Atlassian. All Rights Reserved.