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