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.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.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 RunId -
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.