]> source.dussan.org Git - sonarqube.git/commit
SONAR-6476 SONAR-6477 New WS to add/remove a user to/from a group
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 27 May 2015 14:47:06 +0000 (16:47 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 1 Jun 2015 12:14:33 +0000 (14:14 +0200)
commit7be47f79a7915070631088cd9c35e9b84ff1f8dd
treeb349820155350139a4c341842392c38c5b0ce764
parent9b20fa3ea387c0b23e90240c5b77f80d5668d8d4
SONAR-6476 SONAR-6477 New WS to add/remove a user to/from a group
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/AddUserAction.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/RemoveUserAction.java [new file with mode: 0644]
server/sonar-server/src/main/java/org/sonar/server/usergroups/ws/UserGroupsModule.java
server/sonar-server/src/test/java/org/sonar/server/usergroups/ws/AddUserActionTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/usergroups/ws/RemoveUserActionTest.java [new file with mode: 0644]