]> source.dussan.org Git - sonarqube.git/commitdiff
SC-795 drop unused code on Bitbucket Cloud
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 9 Jul 2019 14:15:48 +0000 (16:15 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 26 Jul 2019 18:21:46 +0000 (20:21 +0200)
server/sonar-process/src/main/java/org/sonar/process/ProcessProperties.java

index 7feee6e57fe0b5f05727d5c9f24b9a7c770e4a2b..4a768cfe0ef90f2b78f9b51cbba58e7344ba3f1f 100644 (file)
@@ -125,9 +125,6 @@ public class ProcessProperties {
     SONAR_ANALYTICS_GTM_TRACKING_ID("sonar.analytics.gtm.trackingId", ""),
     ONBOARDING_TUTORIAL_SHOW_TO_NEW_USERS("sonar.onboardingTutorial.showToNewUsers", "true"),
 
-    BITBUCKETCLOUD_APP_KEY("sonar.bitbucketcloud.appKey", "sonarcloud"),
-    BITBUCKETCLOUD_ENDPOINT("sonar.bitbucketcloud.endpoint", "https://api.bitbucket.org"),
-
     /**
      * Used by Orchestrator to ask for shutdown of monitor process
      */