Class JiraSystemProperties
java.lang.Object
com.atlassian.jira.config.properties.JiraSystemProperties
This class provides access to system properties. It should be used to access properties that can't be accessed via
ApplicationProperties yet because the world hasn't been brought up yet.
- Since:
- v4.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Deprecated.static JiraProperties
static boolean
Deprecated.static boolean
Deprecated.static boolean
static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static boolean
Deprecated.static void
Deprecated.static boolean
Deprecated.
-
Method Details
-
getInstance
-
isDevMode
Deprecated.- Returns:
- true if jira is running in dev mode (meaning jira.home lock files will be ignored)
-
isXsrfDetectionCheckRequired
Deprecated. -
isSuperBatchingDisabled
Deprecated. -
isDecodeMailParameters
Deprecated. -
isCustomPathPluginsEnabled
Deprecated. -
getCustomDirectoryPlugins
Deprecated. -
isWebSudoDisabled
Deprecated. -
isI18nReloadBundles
Deprecated. -
showPerformanceMonitor
Deprecated. -
isBundledPluginsDisabled
Deprecated. -
isDecodeMailFileName
public static boolean isDecodeMailFileName()- Returns:
- return true if the system property has been set to decode the "filename" from an e-mail.
-
resetReferences
Deprecated.
-