All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.setting.ws.values-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "settings": [
    {
      "key": "sonar.test.jira",
      "value": "abc",
      "inherited": true
    },
    {
      "key": "sonar.autogenerated",
      "values": [
        "val1",
        "val2",
        "val3"
      ],
      "inherited": false
    },
    {
      "key": "sonar.demo",
      "fieldValues": [
        {
          "boolean": "true",
          "text": "foo"
        },
        {
          "boolean": "false",
          "text": "bar"
        }
      ],
      "inherited": false
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy