Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.TesterCloud.Suite
Packages that use TesterCloud.Suite
Package
Description
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.SuiteModifier and TypeMethodDescriptionConfigServer.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.SuiteModifier and TypeMethodDescriptionstatic TesterCloud.Suitestatic TesterCloud.SuiteReturns the enum constant of this class with the specified name.static TesterCloud.Suite[]TesterCloud.Suite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type TesterCloud.SuiteModifier and TypeMethodDescriptionvoidTesterCloud.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.SuiteModifier and TypeMethodDescriptionvoidMockTesterCloud.startTests(DeploymentId deploymentId, TesterCloud.Suite suite, byte[] config)