Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
List<Participant> |
MergeRequestApi.getParticipants(Integer projectId,
Integer mergeRequestIid)
Get list of participants of merge request.
|
Pager<Participant> |
MergeRequestApi.getParticipants(Integer projectId,
Integer mergeRequestIid,
int itemsPerPage)
Get a Pager of the participants of merge request.
|
List<Participant> |
MergeRequestApi.getParticipants(Integer projectId,
Integer mergeRequestIid,
int page,
int perPage)
Get list of participants of merge request and in the specified page range.
|
Copyright © 2018. All rights reserved.