Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
static Constants.StateEvent |
Constants.StateEvent.forValue(String value) |
static Constants.StateEvent |
Constants.StateEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.StateEvent[] |
Constants.StateEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MergeRequest |
MergeRequestApi.updateMergeRequest(Integer projectId,
Integer mergeRequestId,
String targetBranch,
String title,
Integer assigneeId,
String description,
Constants.StateEvent stateEvent,
String labels,
Integer milestoneId)
Updates an existing merge request.
|
Copyright © 2017. All rights reserved.