All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.sonar.server.rule.ws.app-example.json Maven / Gradle / Ivy
{
"canWrite": false,
"qualityprofiles": [
{
"key": "java-top-profile-without-formatting-conventions-50037",
"name": "Default - Top",
"lang": "java",
"isBuiltIn": false
},
{
"key": "java-sonar-way-80423",
"name": "Sonar way",
"lang": "java",
"isBuiltIn": true
},
{
"key": "js-sonar-way",
"name": "Sonar way",
"lang": "js",
"isBuiltIn": true
},
{
"key": "php-sonar-way-05548",
"name": "Sonar way",
"lang": "php",
"isBuiltIn": true
}
],
"languages": {
"js": "JavaScript",
"java": "Java",
"php": "PHP"
},
"repositories": [
{
"key": "clirr",
"name": "Clirr",
"language": "java"
},
{
"key": "common-java",
"name": "Common SonarQube",
"language": "java"
},
{
"key": "common-js",
"name": "Common SonarQube",
"language": "js"
},
{
"key": "common-php",
"name": "Common SonarQube",
"language": "php"
},
{
"key": "javascript",
"name": "SonarQube",
"language": "js"
},
{
"key": "php",
"name": "SonarQube",
"language": "php"
},
{
"key": "squid",
"name": "SonarQube",
"language": "java"
}
],
"statuses": {
"BETA": "Beta",
"DEPRECATED": "Deprecated",
"READY": "Ready"
},
"characteristics": [
{
"key": "REUSABILITY",
"name": "Reusability"
},
{
"key": "MODULARITY",
"name": "Modularity",
"parent": "REUSABILITY"
},
{
"key": "REUSABILITY_COMPLIANCE",
"name": "Reusability Compliance",
"parent": "REUSABILITY"
},
{
"key": "TRANSPORTABILITY",
"name": "Transportability",
"parent": "REUSABILITY"
}
]
}