Package ai.vespa.hosted.cd
Interface TestRuntime
public interface TestRuntime
The place to obtain environment-dependent configuration for test of a Vespa deployment.
- Author:
- jvenstad, mortent
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionai.vespa.cloud.ApplicationId
static TestRuntime
get()
ai.vespa.cloud.Zone
zone()
-
Field Details
-
logger
-
-
Method Details
-
get
-
deploymentToTest
Deployment deploymentToTest() -
zone
ai.vespa.cloud.Zone zone() -
application
ai.vespa.cloud.ApplicationId application()
-