| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
| Modifier and Type | Method and Description |
|---|---|
List<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Integer mergeRequestIid)
Get list of participants of merge request.
|
Pager<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Integer mergeRequestIid,
int itemsPerPage)
Get a Pager of the participants of merge request.
|
List<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Integer mergeRequestIid,
int page,
int perPage)
Get list of participants of merge request and in the specified page range.
|
Stream<Participant> |
MergeRequestApi.getParticipantsStream(Object projectIdOrPath,
Integer mergeRequestIid)
Get Stream of participants of merge request.
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
Note.getResolvedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Note.setResolvedBy(Participant resolvedBy) |
Copyright © 2019. All rights reserved.