Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.TesterCloud.Suite
-
Packages that use TesterCloud.Suite Package Description com.yahoo.vespa.hosted.controller.api.integration.configserver com.yahoo.vespa.hosted.controller.api.integration.deployment com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of TesterCloud.Suite in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type TesterCloud.Suite Modifier and Type Method Description StringConfigServer. startTests(DeploymentId deployment, TesterCloud.Suite suite, byte[] config)Starts tests on tester node -
Uses of TesterCloud.Suite in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return TesterCloud.Suite Modifier and Type Method Description static TesterCloud.SuiteTesterCloud.Suite. of(JobType type, boolean isSetup)static TesterCloud.SuiteTesterCloud.Suite. valueOf(String name)Returns the enum constant of this type with the specified name.static TesterCloud.Suite[]TesterCloud.Suite. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type TesterCloud.Suite Modifier and Type Method Description voidTesterCloud. startTests(DeploymentId deploymentId, TesterCloud.Suite suite, byte[] config)Signals the tester to run its tests. -
Uses of TesterCloud.Suite in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type TesterCloud.Suite Modifier and Type Method Description voidMockTesterCloud. startTests(DeploymentId deploymentId, TesterCloud.Suite suite, byte[] config)
-