aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
diff options
context:
space:
mode:
authorJacek <52388493+jacek-poreda-sonarsource@users.noreply.github.com>2019-08-20 18:10:16 +0200
committerSonarTech <sonartech@sonarsource.com>2019-09-24 20:21:14 +0200
commitd170d4e4812844d37a7ec0355ba968bc9ef55545 (patch)
tree4c27016e637ee8dd890ed6616fab6ec70fe30357 /sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
parent4a83bd0b281d118c23e94102ea0fc07ee788cffb (diff)
downloadsonarqube-d170d4e4812844d37a7ec0355ba968bc9ef55545.tar.gz
sonarqube-d170d4e4812844d37a7ec0355ba968bc9ef55545.zip
SONAR-12366 update endpoint ws urls (#2013)
Diffstat (limited to 'sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java')
-rw-r--r--sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java b/sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
index 5fdba68259d..45bda4afc9d 100644
--- a/sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
+++ b/sonar-ws/src/main/java/org/sonarqube/ws/client/WsClient.java
@@ -40,6 +40,7 @@ import org.sonarqube.ws.client.languages.LanguagesService;
import org.sonarqube.ws.client.measures.MeasuresService;
import org.sonarqube.ws.client.metrics.MetricsService;
import org.sonarqube.ws.client.navigation.NavigationService;
+import org.sonarqube.ws.client.newcodeperiods.NewCodePeriodsService;
import org.sonarqube.ws.client.notifications.NotificationsService;
import org.sonarqube.ws.client.organizations.OrganizationsService;
import org.sonarqube.ws.client.permissions.PermissionsService;
@@ -134,6 +135,8 @@ public interface WsClient {
NavigationService navigation();
+ NewCodePeriodsService newCodePeriods();
+
NotificationsService notifications();
OrganizationsService organizations();