diff options
author | belen-pruvost-sonarsource <belen.pruvost@sonarsource.com> | 2020-11-19 14:52:57 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-11-25 20:06:27 +0000 |
commit | 7417603c002ea8f534963c75e49777ef5a814cb6 (patch) | |
tree | 605cc95eb23b52b015b83f93ecbbf69370921632 /sonar-ws/src/main/protobuf | |
parent | 3e08957f66e0ed39f936a5d23d245490d68ddeb3 (diff) | |
download | sonarqube-7417603c002ea8f534963c75e49777ef5a814cb6.tar.gz sonarqube-7417603c002ea8f534963c75e49777ef5a814cb6.zip |
SONAR-14057 Set sqProjectKey and sqProjectName
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-alm_integrations.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto index adcd0197e3a..68ad17281da 100644 --- a/sonar-ws/src/main/protobuf/ws-alm_integrations.proto +++ b/sonar-ws/src/main/protobuf/ws-alm_integrations.proto @@ -59,7 +59,7 @@ message AzureRepo { optional string name = 1; optional string projectName = 2; optional string sqProjectKey = 3; - optional string projectKey = 4; + optional string sqProjectName = 4; } message AlmProject { |