Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52131

Allow setting ignoreAcceptLanguage from Java API

XMLWordPrintable

      Currently only the System Locale field is accessible publicly. But ignoreAcceptLanguage cannot be set without accessing private fields. E.g. example from: https://github.com/oleg-nenashev/demo-jenkins-config-as-code/blob/master/init_scripts/src/main/groovy/scripts/System.groovy

      println("--- Configuring Locale")
      //TODO: Create ticket to get better API
      PluginImpl localePlugin = (PluginImpl)Jenkins.instance.getPlugin("locale")
      localePlugin.systemLocale = "en_US"
      localePlugin.@ignoreAcceptLanguage=true
      

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: