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,
String labels,
String description,
String title,
GitlabIssue.Action action) |
Modifier and Type | Method and Description |
---|---|
static GitlabIssue.Action |
GitlabIssue.Action.valueOf(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 © 2019. All rights reserved.