Interface TestRuntime


public interface TestRuntime
The place to obtain environment-dependent configuration for test of a Vespa deployment.
Author:
jvenstad, mortent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ai.vespa.cloud.ApplicationId
     
     
    get()
     
    ai.vespa.cloud.Zone
     
  • Field Details

    • logger

      static final Logger logger
  • Method Details

    • get

      static TestRuntime get()
    • deploymentToTest

      Deployment deploymentToTest()
    • zone

      ai.vespa.cloud.Zone zone()
    • application

      ai.vespa.cloud.ApplicationId application()