Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Mail
-
Packages that use Mail Package Description 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. -
-
Uses of Mail in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return Mail 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)Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type Mail Modifier and Type Method Description voidMailer. send(Mail mail)Sends the given mail as the configured user@domain. -
Uses of Mail in com.yahoo.vespa.hosted.controller.api.integration.stubs
Fields in com.yahoo.vespa.hosted.controller.api.integration.stubs with type parameters of type Mail Modifier and Type Field Description java.util.Map<java.lang.String,java.util.List<Mail>>MockMailer. mailsMethods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type Mail Modifier and Type Method Description java.util.List<Mail>MockMailer. inbox(java.lang.String recipient)Returns the list of mails sent to the given recipient.Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type Mail Modifier and Type Method Description voidMockMailer. send(Mail mail)
-