| Package | Description |
|---|---|
| org.gitlab.api | |
| org.gitlab.api.models |
| Modifier and Type | Method and Description |
|---|---|
GitlabIssue |
GitlabAPI.editIssue(int projectId,
int issueId,
int assigneeId,
int milestoneId,
java.lang.String labels,
java.lang.String description,
java.lang.String title,
GitlabIssue.Action action) |
| Modifier and Type | Method and Description |
|---|---|
static GitlabIssue.Action |
GitlabIssue.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GitlabIssue.Action[] |
GitlabIssue.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.