Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.AccountId
Packages that use AccountId
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
Uses of AccountId in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return AccountIdMethods in com.yahoo.vespa.hosted.controller.api.integration.organization that return types with arguments of type AccountIdModifier and TypeMethodDescriptionIssue.assigneeId()IssueInfo.assigneeId()IssueHandler.assigneeIdOf(IssueId issueId) Returns the account id assigned to the given issue, if any.MockIssueHandler.assigneeIdOf(IssueId issueId) OwnershipIssues.getConfirmedOwner(IssueId issueId) Get the owner of an application, given its ownership issue ID.Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type AccountIdModifier and TypeMethodDescriptionOwnershipIssues.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.DeploymentIssues.fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, AccountId assigneeId, User assignee, Contact contact) Constructors in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type AccountIdModifierConstructorDescriptionIssueInfo(IssueId id, Instant updated, IssueInfo.Status status, AccountId assigneeId) -
Uses of AccountId in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs that return types with arguments of type AccountIdMethods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type AccountIdModifier 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)