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 for the given deployment job.java.util.Optional<byte[]>RunDataStore. get(RunId id)Returns the run logs of the given deployment job, if existent.voidRunDataStore. put(RunId id, byte[] log)Stores the given log 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, java.util.Collection<java.lang.String> recipients)MailDeploymentFailureMails. installationFailure(RunId id, java.util.Collection<java.lang.String> recipients)MailDeploymentFailureMails. outOfCapacity(RunId id, java.util.Collection<java.lang.String> recipients)MailDeploymentFailureMails. systemError(RunId id, java.util.Collection<java.lang.String> recipients)MailDeploymentFailureMails. testFailure(RunId id, java.util.Collection<java.lang.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)java.util.Optional<byte[]>MockRunDataStore. get(RunId id)voidMockRunDataStore. put(RunId id, byte[] log) -
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 java.net.URIZoneRegistry. dashboardUrl(RunId id)Returns a URL which displays information about the given job run.
-