Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Contact
Packages that use Contact
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
Uses of Contact in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return ContactModifier and TypeMethodDescriptionMockContactRetriever.contact()ContactRetriever.getContact(Optional<PropertyId> propertyId) MockContactRetriever.getContact(Optional<PropertyId> propertyId) Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type ContactModifier and TypeMethodDescriptionvoidMockContactRetriever.addContact(PropertyId propertyId, Contact contact) OwnershipIssues.confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, AccountId assigneeId, User assignee, Contact contact) Ensure ownership of the given application has been recently confirmed by the given user.Escalate an issue filed with the given property.DeploymentIssues.fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, AccountId assigneeId, User assignee, Contact contact) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.organization with type arguments of type ContactModifier and TypeMethodDescriptionvoidMockContactRetriever.addContact(PropertyId propertyId, Supplier<Contact> contact) voidOwnershipIssues.ensureResponse(IssueId issueId, Optional<Contact> contact) Make sure the given ownership confirmation request is acted upon, unless it is already acknowledged.voidDeploymentIssues.escalateIfInactive(IssueId issueId, Duration maxInactivity, Optional<Contact> contact) -
Uses of Contact in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type ContactModifier and TypeMethodDescriptionDummyOwnershipIssues.confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, AccountId assigneeId, User assignee, Contact contact) LoggingDeploymentIssues.fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, AccountId assigneeId, User assignee, Contact contact) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type ContactModifier and TypeMethodDescriptionvoidDummyOwnershipIssues.ensureResponse(IssueId issueId, Optional<Contact> contact) voidLoggingDeploymentIssues.escalateIfInactive(IssueId issueId, Duration maxInactivity, Optional<Contact> contact) -
Uses of Contact in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type Contact