]> source.dussan.org Git - sonarqube.git/commit
SONAR-5094 Add create/update/delete condition capabilities to WS client
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 10 Mar 2014 12:01:29 +0000 (13:01 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 10 Mar 2014 15:51:26 +0000 (16:51 +0100)
commita79bee53e7309fece4a5e4952e11ee74e1d45f96
tree42fcf90aaac54dd0a3440c49eeeaaaa7ce7d5e32
parent534ae0bdc1a96568732fab46f358ba1c299fc8be
SONAR-5094 Add create/update/delete condition capabilities to WS client
sonar-ws-client/src/main/java/org/sonar/wsclient/qualitygate/NewCondition.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/qualitygate/QualityGateClient.java
sonar-ws-client/src/main/java/org/sonar/wsclient/qualitygate/UpdateCondition.java [new file with mode: 0644]
sonar-ws-client/src/main/java/org/sonar/wsclient/qualitygate/internal/DefaultQualityGateClient.java
sonar-ws-client/src/test/java/org/sonar/wsclient/qualitygate/internal/DefaultQualityGateClientTest.java