Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.User
-
Packages that use User 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 User in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return User Modifier and Type Method Description UserMockIssueHandler.MockIssue. assignee()static UserUser. from(String username)Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return types with arguments of type User Modifier and Type Method Description Optional<User>Issue. assignee()Optional<User>IssueHandler. assigneeOf(IssueId issueId)Returns the user assigned to the given issue, if any.Optional<User>MockIssueHandler. assigneeOf(IssueId issueId)Optional<User>IssueHandler. escalate(IssueId issueId, Contact contact)Escalate an issue filed with the given property.Optional<User>MockIssueHandler. escalate(IssueId issueId, Contact contact)Optional<User>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 User Modifier and Type Method Description 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.IssueIdDeploymentIssues. fileUnlessOpen(Optional<IssueId> issueId, com.yahoo.config.provision.ApplicationId applicationId, User asignee, Contact contact)booleanIssueHandler. reassign(IssueId issueId, User assignee)Reassign the issue with the given ID to the given user, and returns the outcome of this.booleanMockIssueHandler. reassign(IssueId issueId, User assignee)IssueIssue. with(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 User Modifier and Type Method Description Optional<User>DummyOwnershipIssues. getConfirmedOwner(IssueId issueId)Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type User 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)
-