Uses of Class
org.gitlab4j.api.models.Assignee
Packages that use Assignee
-
Uses of Assignee in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return AssigneeMethods in org.gitlab4j.api.models that return types with arguments of type AssigneeMethods in org.gitlab4j.api.models with parameters of type AssigneeModifier and TypeMethodDescriptionvoid
AbstractIssue.setAssignee
(Assignee assignee) void
MergeRequest.setAssignee
(Assignee assignee) Method parameters in org.gitlab4j.api.models with type arguments of type AssigneeModifier and TypeMethodDescriptionvoid
AbstractIssue.setAssignees
(List<Assignee> assignees) void
MergeRequest.setAssignees
(List<Assignee> assignees) -
Uses of Assignee in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return AssigneeMethods in org.gitlab4j.api.webhook that return types with arguments of type AssigneeModifier and TypeMethodDescriptionEventChanges.getAssignees()
ExternalStatusCheckEvent.getAssignees()
IssueEvent.getAssignees()
MergeRequestEvent.getAssignees()
Methods in org.gitlab4j.api.webhook with parameters of type AssigneeModifier and TypeMethodDescriptionvoid
EventMergeRequest.setAssignee
(Assignee assignee) void
IssueEvent.setAssignee
(Assignee assignee) Method parameters in org.gitlab4j.api.webhook with type arguments of type AssigneeModifier and TypeMethodDescriptionvoid
EventChanges.setAssignees
(ChangeContainer<List<Assignee>> assignees) void
ExternalStatusCheckEvent.setAssignees
(List<Assignee> assignees) void
IssueEvent.setAssignees
(List<Assignee> assignees) void
MergeRequestEvent.setAssignees
(List<Assignee> assignees)