]> source.dussan.org Git - sonarqube.git/commit
SONAR-12723 Generate hotspots WS lib
authorJacek <jacek.poreda@sonarsource.com>
Wed, 18 Dec 2019 09:58:08 +0000 (10:58 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 13 Jan 2020 19:46:33 +0000 (20:46 +0100)
commit4aaebff02491ab87fec3df8e3a9b83e37ef5c963
tree03f8f10766f4b55d6920ff30c2f279d966257949
parentc8908618870b5a65bba9d61f730b14928f6c1002
SONAR-12723 Generate hotspots WS lib
sonar-ws/src/main/java/org/sonarqube/ws/client/DefaultWsClient.java
sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/AddCommentRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/AssignRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/ChangeStatusRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/HotspotsService.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/SearchRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/ShowRequest.java [new file with mode: 0644]
sonar-ws/src/main/java/org/sonarqube/ws/client/hotspots/package-info.java [new file with mode: 0644]