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

org.sonar.server.property.ws.index-example.json Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy