summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorEirik Nygaard <eirik.nygaard@yahooinc.com>2022-04-21 18:35:34 +0200
committerGitHub <noreply@github.com>2022-04-21 18:35:34 +0200
commit9753948560485faf82092ca858384f4dacd6c453 (patch)
treed989318c91eb36636ccb103746a665eed7e44f08 /controller-api
parent5dcd3d049c458ef43adc83f39b158e626c1922ef (diff)
parent78255bac1f7a7314dbdfd2bdaa8107fdc7e9b1d3 (diff)
Merge pull request #22168 from vespa-engine/ean/improve-notification-message
Do not push notifications for none-production environments
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
index 893b7a1b1dc..935ba17eed6 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/zone/ZoneRegistry.java
@@ -81,6 +81,9 @@ public interface ZoneRegistry {
/** Returns a URL where an informative dashboard can be found. */
URI dashboardUrl();
+ /** Returns a URL which displays information about the given tenant. */
+ URI dashboardUrl(TenantName id);
+
/** Returns a URL which displays information about the given application. */
URI dashboardUrl(ApplicationId id);