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.
|
List<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Integer issueIid)
Get list of participants for an issue.
|
Pager<Participant> |
MergeRequestApi.getParticipants(Object projectIdOrPath,
Integer mergeRequestIid,
int itemsPerPage)
Get a Pager of the participants of merge request.
|
Pager<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Integer issueIid,
int itemsPerPage)
Get a Pager of the participants for an issue.
|
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.
|
List<Participant> |
IssuesApi.getParticipants(Object projectIdOrPath,
Integer issueIid,
int page,
int perPage)
Get list of participants for an issue and in the specified page range.
|
Stream<Participant> |
MergeRequestApi.getParticipantsStream(Object projectIdOrPath,
Integer mergeRequestIid)
Get Stream of participants of merge request.
|
Stream<Participant> |
IssuesApi.getParticipantsStream(Object projectIdOrPath,
Integer issueIid)
Get Stream of participants for an issue.
|
Modifier and Type | Method and Description |
---|---|
Participant |
MergeRequest.getClosedBy() |
Participant |
MergeRequest.getMergedBy() |
Participant |
Note.getResolvedBy() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setClosedBy(Participant closedBy) |
void |
MergeRequest.setMergedBy(Participant mergedBy) |
void |
Note.setResolvedBy(Participant resolvedBy) |
Copyright © 2019. All rights reserved.