]> source.dussan.org Git - sonarqube.git/commit
SONAR-12890 add response example to 'api/hotspot/show'
authorJacek <jacek.poreda@sonarsource.com>
Fri, 3 Jan 2020 13:36:31 +0000 (14:36 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:35 +0000 (20:46 +0100)
commit995d27cb6feb9f44a0de8ced30241d3f107e31da
treee1a92dda12efce022436715ab5bde10508ab82d5
parente8269de796a95fb90380f74cc71ffb07db322175
SONAR-12890 add response example to 'api/hotspot/show'
server/sonar-webserver-webapi/src/main/java/org/sonar/server/hotspot/ws/ShowAction.java
server/sonar-webserver-webapi/src/main/resources/org/sonar/server/hotspot/ws/show-example.json [new file with mode: 0644]
server/sonar-webserver-webapi/src/test/java/org/sonar/server/hotspot/ws/ShowActionTest.java