Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method and Description |
---|---|
static Constants.MergeRequestState |
Constants.MergeRequestState.forValue(String value) |
static Constants.MergeRequestState |
Constants.MergeRequestState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.MergeRequestState[] |
Constants.MergeRequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state)
Get all merge requests with a specific state for the specified project.
|
Pager<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state,
int itemsPerPage)
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Object projectIdOrPath,
Constants.MergeRequestState state,
int page,
int perPage)
Get all merge requests for the specified project.
|
Stream<MergeRequest> |
MergeRequestApi.getMergeRequestsStream(Object projectIdOrPath,
Constants.MergeRequestState state)
Get all merge requests with a specific state for the specified project as a Stream.
|
Modifier and Type | Method and Description |
---|---|
Constants.MergeRequestState |
MergeRequestFilter.getState() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequestFilter.setState(Constants.MergeRequestState state) |
MergeRequestFilter |
MergeRequestFilter.withState(Constants.MergeRequestState state) |
Copyright © 2019. All rights reserved.