Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.RunId
Packages that use RunId
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
Uses of RunId in com.yahoo.vespa.hosted.controller.api.integration
Methods in com.yahoo.vespa.hosted.controller.api.integration with parameters of type RunIdModifier and TypeMethodDescriptionvoidDeletes the run logs and test report for the given deployment job.Optional<byte[]>Returns the run logs of the given deployment job, if existent.Fetches Vespa logs for the run.Optional<byte[]>RunDataStore.getTestReport(RunId id) Returns the test report og the given deployment job, if presentvoidStores the given log for the given deployment job.voidRunDataStore.putLogs(RunId id, boolean tester, InputStream logs) Stores Vespa logs for the run.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 RunIdModifier and TypeMethodDescriptionDeploymentFailureMails.deploymentFailure(RunId id, Collection<String> recipients) DeploymentFailureMails.installationFailure(RunId id, Collection<String> recipients) DeploymentFailureMails.nodeAllocationFailure(RunId id, Collection<String> recipients) DeploymentFailureMails.systemError(RunId id, Collection<String> recipients) DeploymentFailureMails.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 RunIdModifier and TypeMethodDescriptionvoidOptional<byte[]>Optional<byte[]>MockRunDataStore.getTestReport(RunId id) voidvoidMockRunDataStore.putLogs(RunId id, boolean tester, InputStream logs) 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 RunIdModifier and TypeMethodDescriptionZoneRegistry.dashboardUrl(RunId id) Returns a URL which displays information about the given job run.