Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.RunId
-
Packages that use RunId Package Description com.yahoo.vespa.hosted.controller.api.integration com.yahoo.vespa.hosted.controller.api.integration.organization 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.com.yahoo.vespa.hosted.controller.api.integration.zone -
-
Uses of RunId in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration with parameters of type RunId Modifier and Type Method Description voidRunDataStore. delete(RunId id)Deletes the run logs and test report for the given deployment job.Optional<byte[]>RunDataStore. get(RunId id)Returns the run logs of the given deployment job, if existent.Optional<byte[]>RunDataStore. getTestReport(RunId id)Returns the test report og the given deployment job, if presentvoidRunDataStore. put(RunId id, byte[] log)Stores the given log for the given deployment job.voidRunDataStore. putTestReport(RunId id, byte[] report)Stores the test report for the given deployment job -
Uses of RunId in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type RunId Modifier and Type Method Description MailDeploymentFailureMails. deploymentFailure(RunId id, Collection<String> recipients)MailDeploymentFailureMails. installationFailure(RunId id, Collection<String> recipients)MailDeploymentFailureMails. outOfCapacity(RunId id, Collection<String> recipients)MailDeploymentFailureMails. systemError(RunId id, Collection<String> recipients)MailDeploymentFailureMails. testFailure(RunId id, Collection<String> recipients) -
Uses of RunId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type RunId Modifier and Type Method Description voidMockRunDataStore. delete(RunId id)Optional<byte[]>MockRunDataStore. get(RunId id)Optional<byte[]>MockRunDataStore. getTestReport(RunId id)voidMockRunDataStore. put(RunId id, byte[] log)voidMockRunDataStore. putTestReport(RunId id, byte[] report) -
Uses of RunId in com.yahoo.vespa.hosted.controller.api.integration.zone
Methods in com.yahoo.vespa.hosted.controller.api.integration.zone with parameters of type RunId Modifier and Type Method Description URIZoneRegistry. dashboardUrl(RunId id)Returns a URL which displays information about the given job run.
-