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

org.sonar.server.metric.ws.example-search.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "metrics": [
    {
      "id": "23",
      "key": "team_size",
      "name": "Team size",
      "description": "Number of people in the team",
      "domain": "Management",
      "type": "INT",
      "direction": 0,
      "qualitative": false,
      "hidden": false,
      "custom": true
    },
    {
      "id": "2",
      "key": "uncovered_lines",
      "name": "Uncovered lines",
      "description": "Uncovered lines",
      "domain": "Tests",
      "type": "INT",
      "direction": 1,
      "qualitative": true,
      "hidden": false,
      "custom": false
    }
  ],
  "total": 2,
  "p": 1,
  "ps": 100
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy