Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.User
Packages that use User
Package
Description
No-dependency implementations of integration interfaces for setups where we want to avoid contacting
certain thirds-party systems.
-
Uses of User in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return UserMethods in com.yahoo.vespa.hosted.controller.api.integration.organization that return types with arguments of type UserModifier and TypeMethodDescriptionIssue.assignee()IssueInfo.assignee()IssueHandler.assigneeOf(IssueId issueId) Returns the user assigned to the given issue, if any.MockIssueHandler.assigneeOf(IssueId issueId) Escalate an issue filed with the given property.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 UserModifier and TypeMethodDescriptionOwnershipIssues.confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, 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, User asignee, Contact contact) booleanReassign the issue with the given ID to the given user, and returns the outcome of this.booleanConstructors in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type UserModifierConstructorDescriptionIssueInfo(IssueId id, Instant updated, IssueInfo.Status status, User assignee) -
Uses of User 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 UserMethods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type UserModifier and TypeMethodDescriptionDummyOwnershipIssues.confirmOwnership(Optional<IssueId> issueId, ApplicationSummary summary, User assignee, Contact contact) LoggingDeploymentIssues.fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User assignee, Contact contact)