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()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.Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type UserModifier 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) booleanReassign the issue with the given ID to the given user, and returns the outcome of this.boolean -
Uses of User in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type UserModifier 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)