Uses of Class
org.gitlab4j.api.models.Participant
Packages that use Participant
-
Uses of Participant in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type ParticipantModifier and TypeMethodDescriptionIssuesApi.getParticipants
(Object projectIdOrPath, Long issueIid) Get list of participants for an issue.IssuesApi.getParticipants
(Object projectIdOrPath, Long issueIid, int itemsPerPage) Get a Pager of the participants for an issue.IssuesApi.getParticipants
(Object projectIdOrPath, Long issueIid, int page, int perPage) Get list of participants for an issue and in the specified page range.MergeRequestApi.getParticipants
(Object projectIdOrPath, Long mergeRequestIid) Get list of participants of merge request.MergeRequestApi.getParticipants
(Object projectIdOrPath, Long mergeRequestIid, int itemsPerPage) Get a Pager of the participants of merge request.MergeRequestApi.getParticipants
(Object projectIdOrPath, Long mergeRequestIid, int page, int perPage) Get list of participants of merge request and in the specified page range.IssuesApi.getParticipantsStream
(Object projectIdOrPath, Long issueIid) Get Stream of participants for an issue.MergeRequestApi.getParticipantsStream
(Object projectIdOrPath, Long mergeRequestIid) Get Stream of participants of merge request. -
Uses of Participant in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return ParticipantModifier and TypeMethodDescriptionMergeRequest.getClosedBy()
MergeRequest.getMergedBy()
Deprecated.MergeRequest.getMergeUser()
Note.getResolvedBy()
Methods in org.gitlab4j.api.models with parameters of type ParticipantModifier and TypeMethodDescriptionvoid
MergeRequest.setClosedBy
(Participant closedBy) void
MergeRequest.setMergedBy
(Participant mergedBy) Deprecated.since 14.7, useMergeRequest.setMergeUser(Participant)
instead.void
MergeRequest.setMergeUser
(Participant mergeUser) void
Note.setResolvedBy
(Participant resolvedBy)
MergeRequest.getMergeUser()
instead.