diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-01-31 11:23:12 +0100 |
---|---|---|
committer | Guillaume Jambet <guillaume.jambet@gmail.com> | 2018-03-01 15:21:05 +0100 |
commit | 3c5c062c8bf27f5ed93c72871d9d9ddcf4c0c548 (patch) | |
tree | 0efb13547233d7d159a6732add6aa4d850349357 /sonar-core | |
parent | ee3a17fa0f5a597f7f8d76562cb8d15fc6b3b342 (diff) | |
download | sonarqube-3c5c062c8bf27f5ed93c72871d9d9ddcf4c0c548.tar.gz sonarqube-3c5c062c8bf27f5ed93c72871d9d9ddcf4c0c548.zip |
SONAR-10344 Create the webhooks console page
* SONAR-10348 Create the webhooks console page
* SONAR-10349 Add webhook console at global admin scope
* SONAR-10349 Add webhook console at project scope
* SONAR-10349 Add webhook console at organization scope
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 96ad44def59..93542c18764 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2805,3 +2805,16 @@ favorite.current.APP=This application is marked as favorite. favorite.current.FIL=This file is marked as favorite. favorite.current.CLA=This file is marked as favorite. favorite.current.UTS=This test file is marked as favorite. + + + +#------------------------------------------------------------------------------ +# +# WEBHOOKS +# +#------------------------------------------------------------------------------ +webhooks.page=Webhooks +webhooks.description=Webhooks are used to notify external services when a project analysis is done. An HTTP POST request including a JSON payload is sent to each of the provided URLs. Learn more in the {url}. +webhooks.documentation_link=Webhooks documentation +webhooks.no_result=No webhook defined. +webhooks.url=URL |