Package | Description |
---|---|
org.gitlab.api |
Modifier and Type | Method and Description |
---|---|
GitlabLabel |
GitlabAPI.createLabel(Serializable projectId,
GitlabLabel label)
Creates a new label.
|
GitlabLabel |
GitlabAPI.createLabel(Serializable projectId,
String name,
String color)
Creates a new label.
|
GitlabLabel |
GitlabAPI.updateLabel(Serializable projectId,
String name,
String newName,
String newColor)
Updates an existing label.
|
Modifier and Type | Method and Description |
---|---|
List<GitlabLabel> |
GitlabAPI.getLabels(GitlabProject project)
Gets labels associated with a project.
|
List<GitlabLabel> |
GitlabAPI.getLabels(Serializable projectId)
Gets labels associated with a project.
|
Modifier and Type | Method and Description |
---|---|
GitlabLabel |
GitlabAPI.createLabel(Serializable projectId,
GitlabLabel label)
Creates a new label.
|
void |
GitlabAPI.deleteLabel(Serializable projectId,
GitlabLabel label)
Deletes an existing label.
|
Copyright © 2019. All rights reserved.