Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.TestReport
-
Packages that use TestReport 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 TestReport in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type TestReport Modifier and Type Method Description Optional<TestReport>ConfigServer. getTestReport(DeploymentId deployment) -
Uses of TestReport in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return TestReport Modifier and Type Method Description static TestReportTestReport. fromJson(String report)Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type TestReport Modifier and Type Method Description Optional<TestReport>TesterCloud. getTestReport(DeploymentId deploymentId)Returns the test report as JSON if available -
Uses of TestReport in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type TestReport Modifier and Type Method Description Optional<TestReport>MockTesterCloud. getTestReport(DeploymentId deploymentId)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type TestReport Modifier and Type Method Description voidMockTesterCloud. testReport(TestReport testReport)
-