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