Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | 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 | Description |
---|---|---|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Integer projectId,
Constants.MergeRequestState state) |
Get all merge requests with a specific state for the specified project.
|
Pager<MergeRequest> |
MergeRequestApi.getMergeRequests(Integer projectId,
Constants.MergeRequestState state,
int itemsPerPage) |
Get all merge requests for the specified project.
|
List<MergeRequest> |
MergeRequestApi.getMergeRequests(Integer projectId,
Constants.MergeRequestState state,
int page,
int perPage) |
Get all merge requests for the specified project.
|
Modifier and Type | Method | Description |
---|---|---|
Constants.MergeRequestState |
MergeRequestFilter.getState() |
Modifier and Type | Method | Description |
---|---|---|
void |
MergeRequestFilter.setState(Constants.MergeRequestState state) |
|
MergeRequestFilter |
MergeRequestFilter.withState(Constants.MergeRequestState state) |
Copyright © 2018. All rights reserved.