Uses of Class
org.gitlab4j.api.models.Assignee
-
Packages that use Assignee Package Description org.gitlab4j.api.models org.gitlab4j.api.webhook -
-
Uses of Assignee in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Assignee Modifier and Type Method Description Assignee
Issue. getAssignee()
Assignee
MergeRequest. getAssignee()
Methods in org.gitlab4j.api.models that return types with arguments of type Assignee Modifier and Type Method Description List<Assignee>
Issue. getAssignees()
Methods in org.gitlab4j.api.models with parameters of type Assignee Modifier and Type Method Description void
Issue. setAssignee(Assignee assignee)
void
MergeRequest. setAssignee(Assignee assignee)
Method parameters in org.gitlab4j.api.models with type arguments of type Assignee Modifier and Type Method Description void
Issue. setAssignees(List<Assignee> assignees)
-
Uses of Assignee in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Assignee Modifier and Type Method Description Assignee
EventMergeRequest. getAssignee()
Assignee
IssueEvent. getAssignee()
Methods in org.gitlab4j.api.webhook that return types with arguments of type Assignee Modifier and Type Method Description ChangeContainer<List<Assignee>>
EventChanges. getAssignees()
List<Assignee>
IssueEvent. getAssignees()
Methods in org.gitlab4j.api.webhook with parameters of type Assignee Modifier and Type Method Description void
EventMergeRequest. setAssignee(Assignee assignee)
void
IssueEvent. setAssignee(Assignee assignee)
Method parameters in org.gitlab4j.api.webhook with type arguments of type Assignee Modifier and Type Method Description void
EventChanges. setAssignees(ChangeContainer<List<Assignee>> assignees)
void
IssueEvent. setAssignees(List<Assignee> assignees)
-