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. -
-
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(java.util.Optional<PropertyId> propertyId)ContactMockContactRetriever. getContact(java.util.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)java.util.Optional<IssueId>OwnershipIssues. confirmOwnership(java.util.Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)Ensure ownership of the given application has been recently confirmed by the given user.java.util.Optional<User>IssueHandler. escalate(IssueId issueId, Contact contact)Escalate an issue filed with the given property.java.util.Optional<User>MockIssueHandler. escalate(IssueId issueId, Contact contact)IssueIdDeploymentIssues. fileUnlessOpen(java.util.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, java.util.function.Supplier<Contact> contact)voidOwnershipIssues. ensureResponse(IssueId issueId, java.util.Optional<Contact> contact)Make sure the given ownership confirmation request is acted upon, unless it is already acknowledged.voidDeploymentIssues. escalateIfInactive(IssueId issueId, java.time.Duration maxInactivity, java.util.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 java.util.Optional<IssueId>DummyOwnershipIssues. confirmOwnership(java.util.Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact)IssueIdLoggingDeploymentIssues. fileUnlessOpen(java.util.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, java.util.Optional<Contact> contact)voidLoggingDeploymentIssues. escalateIfInactive(IssueId issueId, java.time.Duration maxInactivity, java.util.Optional<Contact> contact)
-