]> source.dussan.org Git - sonarqube.git/commit
Add response example to api/qualityprofiles/copy
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Mon, 4 Dec 2017 17:21:31 +0000 (18:21 +0100)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Wed, 6 Dec 2017 13:40:17 +0000 (14:40 +0100)
commitad745fb92a0450298d89f01c21d1d6a439c3d19c
treec72b13cecbc3753e737b560e47327647b402fad6
parent7b767314a706c363ba466572d2fe8e7d46004b6a
Add response example to api/qualityprofiles/copy
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/CopyAction.java
server/sonar-server/src/main/resources/org/sonar/server/qualityprofile/ws/copy-example.json [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/ws/CopyActionTest.java