]> source.dussan.org Git - sonarqube.git/commit
SONAR-12778 add response example to 'api/hotspot/search'
authorJacek <jacek.poreda@sonarsource.com>
Thu, 2 Jan 2020 15:37:33 +0000 (16:37 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:33 +0000 (20:46 +0100)
commitadc4fa5bd0c179b6a16823987538fbdc0a0b47ce
tree510cb4445f1daaf310023291cc8ab3fa68a14d7b
parent0e9feb12ec8664b5b1fa12b05a465f93365f991d
SONAR-12778 add response example to 'api/hotspot/search'
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/SearchAction.java
server/sonar-webserver-webapi/src/main/resources/org/sonar/server/hotspot/ws/search-example.json [new file with mode: 0644]
server/sonar-webserver-webapi/src/test/java/org/sonar/server/hotspot/ws/SearchActionTest.java