]> source.dussan.org Git - sonarqube.git/commit
SONAR-9448 Sanitize api/qualityprofiles/export
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 22 Jun 2017 11:09:11 +0000 (13:09 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Mon, 26 Jun 2017 07:09:42 +0000 (09:09 +0200)
commit628a25dc393859c3e0aa6a4ceec8047a223ab28e
tree5fcec79a2c9bd44527503ebf5992b815b5f971a5
parent520392da892cafe4cf05959be2b84224c2e0c0ec
SONAR-9448 Sanitize api/qualityprofiles/export

- add parameter 'profile' as the main parameter to identify a quality profile
- deprecate parameters 'name' et 'language'
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/ExportAction.java
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/ExportActionTest.java