Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.TesterCloud.Status
-
Packages that use TesterCloud.Status 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.Status in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return TesterCloud.Status Modifier and Type Method Description TesterCloud.StatusConfigServer. getTesterStatus(DeploymentId deployment)Gets status for tester application -
Uses of TesterCloud.Status in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return TesterCloud.Status Modifier and Type Method Description TesterCloud.StatusTesterCloud. getStatus(DeploymentId deploymentId)Returns the current status of the tester.static TesterCloud.StatusTesterCloud.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TesterCloud.Status[]TesterCloud.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TesterCloud.Status in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return TesterCloud.Status Modifier and Type Method Description TesterCloud.StatusMockTesterCloud. getStatus(DeploymentId deploymentId)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type TesterCloud.Status Modifier and Type Method Description voidMockTesterCloud. set(TesterCloud.Status status)
-