Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method | Description |
---|---|---|
Label |
LabelsApi.createLabel(Integer projectId,
String name,
String color) |
Create a label
|
Label |
LabelsApi.createLabel(Integer projectId,
String name,
String color,
Integer priority) |
Create a label
|
Label |
LabelsApi.createLabel(Integer projectId,
String name,
String color,
String description) |
Create a label
|
Label |
LabelsApi.createLabel(Integer projectId,
String name,
String color,
String description,
Integer priority) |
Create a label
|
Label |
LabelsApi.subscribeLabel(Integer projectId,
Integer labelId) |
Subscribe a specified label
|
Label |
LabelsApi.unsubscribeLabel(Integer projectId,
Integer labelId) |
Unsubscribe a specified label
|
Label |
LabelsApi.updateLabel(Integer projectId,
String name,
String newName,
String color,
String description,
Integer priority) |
Update the specified label
|
Label |
LabelsApi.updateLabelColor(Integer projectId,
String name,
String color,
String description,
Integer priority) |
Update the specified label
|
Label |
LabelsApi.updateLabelName(Integer projectId,
String name,
String newName,
String description,
Integer priority) |
Update the specified label
|
Modifier and Type | Method | Description |
---|---|---|
List<Label> |
LabelsApi.getLabels(Integer projectId) |
Get all labels of the specified project.
|
List<Label> |
LabelsApi.getLabels(Integer projectId,
int page,
int perPage) |
Get all labels of the specified project to using the specified page and per page setting
|
Copyright © 2018. All rights reserved.