Class JiraSystemProperties

java.lang.Object
com.atlassian.jira.config.properties.JiraSystemProperties

@Internal public final class JiraSystemProperties extends Object
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 Details

    • getInstance

      public static JiraProperties getInstance()
    • isDevMode

      @Deprecated public static boolean isDevMode()
      Deprecated.
      Returns:
      true if jira is running in dev mode (meaning jira.home lock files will be ignored)
    • isXsrfDetectionCheckRequired

      @Deprecated public static boolean isXsrfDetectionCheckRequired()
      Deprecated.
    • isSuperBatchingDisabled

      @Deprecated public static boolean isSuperBatchingDisabled()
      Deprecated.
    • isDecodeMailParameters

      @Deprecated public static boolean isDecodeMailParameters()
      Deprecated.
    • isCustomPathPluginsEnabled

      @Deprecated public static boolean isCustomPathPluginsEnabled()
      Deprecated.
    • getCustomDirectoryPlugins

      @Deprecated public static String getCustomDirectoryPlugins()
      Deprecated.
    • isWebSudoDisabled

      @Deprecated public static boolean isWebSudoDisabled()
      Deprecated.
    • isI18nReloadBundles

      @Deprecated public static boolean isI18nReloadBundles()
      Deprecated.
    • showPerformanceMonitor

      @Deprecated public static boolean showPerformanceMonitor()
      Deprecated.
    • isBundledPluginsDisabled

      @Deprecated public static boolean 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 public static void resetReferences()
      Deprecated.