summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2019-09-06 14:27:53 +0200
committerMartin Polden <mpolden@mpolden.no>2019-09-09 10:34:17 +0200
commitc1986f854e4e1c630ebbb00cbe22ccf86a298ff7 (patch)
tree07285de68d9d80c45c568afc9371bb792a3acaab /controller-api
parentd03c25a827cc43de7fc873156b60027ebaaba504 (diff)
Move BuildService to ServiceRegistry
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java
index bdaa742f9c2..f545cb8ff47 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/ServiceRegistry.java
@@ -67,4 +67,7 @@ public interface ServiceRegistry {
RunDataStore runDataStore();
+ // TODO: No longer used. Remove this once untangled from test code
+ BuildService buildService();
+
}