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

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

There is a newer version: 7.2.1
Show newest version
{
  "customMeasures": [
    {
      "description": "New arrivals",
      "metric": {
        "key": "team_size",
        "name": "Team Size",
        "domain": "Tests",
        "type": "INT"
      },
      "projectId": "project-uuid",
      "projectKey": "project-key",
      "pending": true,
      "user": {
        "active": true,
        "email": "[email protected]",
        "login": "login",
        "name": "Stan Smith"
      },
      "value": "42"
    },
    {
      "description": "New funds",
      "metric": {
        "key": "burned_budget",
        "name": "Burned Budget",
        "domain": "Activity",
        "type": "INT"
      },
      "projectId": "project-uuid",
      "projectKey": "project-key",
      "pending": false,
      "user": {
        "active": true,
        "email": "[email protected]",
        "login": "login",
        "name": "Stan Smith"
      },
      "value": "1000000"
    },
    {
      "description": "Great coverage",
      "metric": {
        "key": "uncovered_lines",
        "name": "Uncovered lines",
        "domain": "Code Coverage",
        "type": "INT"
      },
      "projectId": "project-uuid",
      "projectKey": "project-key",
      "pending": false,
      "user": {
        "active": true,
        "email": "[email protected]",
        "login": "login",
        "name": "Stan Smith"
      },
      "value": "1"
    }
  ],
  "p": 1,
  "ps": 100,
  "total": 3
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy