Uses of Class
org.gitlab4j.api.models.Participant
-
Packages that use Participant Package Description org.gitlab4j.api org.gitlab4j.api.models -
-
Uses of Participant in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type Participant Modifier and Type Method 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. -
Uses of Participant in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Participant Modifier and Type Method Description Participant
Note. getResolvedBy()
Methods in org.gitlab4j.api.models with parameters of type Participant Modifier and Type Method Description void
Note. setResolvedBy(Participant resolvedBy)
-