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

org.sonar.server.qualitygate.ws.example-show.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "id": 2,
  "name": "My Quality Gate",
  "conditions": [
    {
      "id": 9,
      "metric": "blocker_violations",
      "op": "GT",
      "error": "0"
    },
    {
      "id": 10,
      "metric": "critical_violations",
      "op": "GT",
      "warning": "0"
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy