Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | 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 | Description |
---|---|---|
Issue |
IssuesApi.updateIssue(Integer projectId,
Integer issueIid,
String title,
String description,
Boolean confidential,
List<Integer> assigneeIds,
Integer milestoneId,
String labels,
Constants.StateEvent stateEvent,
Date updatedAt,
Date dueDate) |
Updates an existing project issue.
|
MergeRequest |
MergeRequestApi.updateMergeRequest(Integer projectId,
Integer mergeRequestIid,
String targetBranch,
String title,
Integer assigneeId,
String description,
Constants.StateEvent stateEvent,
String labels,
Integer milestoneId) |
Updates an existing merge request.
|
Copyright © 2018. All rights reserved.