Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.Contact
-
Packages that use Contact 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.com.yahoo.vespa.hosted.controller.tenant -
-
Uses of Contact in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return Contact Modifier and Type Method Description ContactMockContactRetriever. contact()ContactContactRetriever. getContact(Optional<PropertyId> propertyId)ContactMockContactRetriever. getContact(Optional<PropertyId> propertyId)Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type Contact Modifier and Type Method Description voidMockContactRetriever. addContact(PropertyId propertyId, Contact contact)Optional<IssueId>OwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Ensure ownership of the given application has been recently confirmed by the given user.Optional<User>IssueHandler. escalate(IssueId issueId, Contact contact)Escalate an issue filed with the given property.Optional<User>MockIssueHandler. escalate(IssueId issueId, Contact contact)IssueIdDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User asignee, Contact contact)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.organization with type arguments of type Contact Modifier and Type Method Description voidMockContactRetriever. 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 Contact Modifier and Type Method Description Optional<IssueId>DummyOwnershipIssues. confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)IssueIdLoggingDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User assignee, Contact contact)Method parameters in com.yahoo.vespa.hosted.controller.api.integration.stubs with type arguments of type Contact Modifier and Type Method Description voidDummyOwnershipIssues. 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 Modifier and Type Method Description Optional<Contact>Tenant. contact()Contact information for this tenant
-