Uses of Class
org.miaixz.bus.gitlab.models.Assignee
Packages that use Assignee
-
Uses of Assignee in org.miaixz.bus.gitlab.hooks.web
Methods in org.miaixz.bus.gitlab.hooks.web that return AssigneeMethods in org.miaixz.bus.gitlab.hooks.web that return types with arguments of type AssigneeModifier and TypeMethodDescriptionEventChanges.getAssignees()ExternalStatusCheckEvent.getAssignees()IssueEvent.getAssignees()MergeRequestEvent.getAssignees()Methods in org.miaixz.bus.gitlab.hooks.web with parameters of type AssigneeModifier and TypeMethodDescriptionvoidEventMergeRequest.setAssignee(Assignee assignee) voidIssueEvent.setAssignee(Assignee assignee) Method parameters in org.miaixz.bus.gitlab.hooks.web with type arguments of type AssigneeModifier and TypeMethodDescriptionvoidEventChanges.setAssignees(ChangeContainer<List<Assignee>> assignees) voidExternalStatusCheckEvent.setAssignees(List<Assignee> assignees) voidIssueEvent.setAssignees(List<Assignee> assignees) voidMergeRequestEvent.setAssignees(List<Assignee> assignees) -
Uses of Assignee in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return AssigneeMethods in org.miaixz.bus.gitlab.models that return types with arguments of type AssigneeMethods in org.miaixz.bus.gitlab.models with parameters of type AssigneeModifier and TypeMethodDescriptionvoidAbstractIssue.setAssignee(Assignee assignee) voidMergeRequest.setAssignee(Assignee assignee) Method parameters in org.miaixz.bus.gitlab.models with type arguments of type AssigneeModifier and TypeMethodDescriptionvoidAbstractIssue.setAssignees(List<Assignee> assignees) voidMergeRequest.setAssignees(List<Assignee> assignees)