diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2022-03-16 15:41:28 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-03-16 20:03:28 +0000 |
commit | fdf5523c6d9d56f2cd7cb22a9ca6dae89bd1f686 (patch) | |
tree | ab009ad47298204cecd342e38a5359b10e501396 /sonar-ws/src/main/protobuf/ws-alm_integrations.proto | |
parent | fdf1054f4b6740769c78bcfaee8f6e4f59904a83 (diff) | |
download | sonarqube-fdf5523c6d9d56f2cd7cb22a9ca6dae89bd1f686.tar.gz sonarqube-fdf5523c6d9d56f2cd7cb22a9ca6dae89bd1f686.zip |
SONAR-13672 fixed bibucket -> bitbucket typo
Diffstat (limited to 'sonar-ws/src/main/protobuf/ws-alm_integrations.proto')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_integrations.proto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto index 465293d5492..17ce40389e2 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto @@ -26,13 +26,13 @@ option java_package = "org.sonarqube.ws"; option java_outer_classname = "AlmIntegrations"; option optimize_for = SPEED; -// WS api/alm_integrations/search_bibucketserver_repos +// WS api/alm_integrations/search_bitbucketserver_repos message SearchBitbucketserverReposWsResponse { optional bool isLastPage = 1; repeated BBSRepo repositories = 2; } -// WS api/alm_integrations/search_bibucketcloud_repos +// WS api/alm_integrations/search_bitbucketcloud_repos message SearchBitbucketcloudReposWsResponse { optional sonarqube.ws.commons.Paging paging = 1; optional bool isLastPage = 2; @@ -44,7 +44,7 @@ message SearchAzureReposWsResponse { repeated AzureRepo repositories = 2; } -// WS api/alm_integrations/list_bibucketserver_projects +// WS api/alm_integrations/list_bitbucketserver_projects message ListBitbucketserverProjectsWsResponse { repeated AlmProject projects = 1; } |