Uses of Class
org.gitlab4j.api.models.Label
Packages that use Label
-
Uses of Label in org.gitlab4j.api
Methods in org.gitlab4j.api that return LabelModifier and TypeMethodDescriptionLabelsApi.createGroupLabel
(Object groupIdOrPath, Label labelProperties) Create a group label.LabelsApi.createLabel
(Object projectIdOrPath, String name, String color) Deprecated.LabelsApi.createLabel
(Object projectIdOrPath, String name, String color, Integer priority) Deprecated.Replaced by theLabelsApi.createProjectLabel(Object, Label)
method.LabelsApi.createLabel
(Object projectIdOrPath, String name, String color, String description) Deprecated.Replaced by theLabelsApi.createProjectLabel(Object, Label)
method.LabelsApi.createLabel
(Object projectIdOrPath, String name, String color, String description, Integer priority) Deprecated.Replaced by theLabelsApi.createProjectLabel(Object, Label)
method.LabelsApi.createProjectLabel
(Object projectIdOrPath, Label labelProperties) Create a project label.LabelsApi.getGroupLabel
(Object groupIdOrPath, Object labelIdOrName) Get a single group label.LabelsApi.getProjectLabel
(Object projectIdOrPath, Object labelIdOrName) Get a single project label.LabelsApi.subscribeGroupLabel
(Object groupIdOrPath, Object labelIdOrName) Subscribe a specified group label.LabelsApi.subscribeLabel
(Object projectIdOrPath, Long labelId) Deprecated.Replaced by theLabelsApi.subscribeProjectLabel(Object, Object)
method.LabelsApi.subscribeProjectLabel
(Object projectIdOrPath, Object labelIdOrName) Subscribe a specified project label.LabelsApi.unsubscribeGroupLabel
(Object groupIdOrPath, Object labelIdOrName) Unsubscribe a specified group label.LabelsApi.unsubscribeLabel
(Object projectIdOrPath, Long labelId) Deprecated.Replaced by theLabelsApi.unsubscribeProjectLabel(Object, Object)
method.LabelsApi.unsubscribeProjectLabel
(Object projectIdOrPath, Object labelIdOrName) Unsubscribe a specified project label.LabelsApi.updateGroupLabel
(Object groupIdOrPath, Object labelIdOrName, Label labelConfig) Update the specified label.LabelsApi.updateLabel
(Object projectIdOrPath, String name, String newName, String color, String description, Integer priority) Deprecated.LabelsApi.updateLabelColor
(Object projectIdOrPath, String name, String color, String description, Integer priority) Deprecated.LabelsApi.updateLabelName
(Object projectIdOrPath, String name, String newName, String description, Integer priority) Deprecated.LabelsApi.updateProjectLabel
(Object projectIdOrPath, Object labelIdOrName, Label labelConfig) Update the specified project label.Methods in org.gitlab4j.api that return types with arguments of type LabelModifier and TypeMethodDescriptionLabelsApi.getGroupLabels
(Object groupIdOrPath) Get all labels of the specified group.LabelsApi.getGroupLabels
(Object groupIdOrPath, int itemsPerPage) Get a Pager of all labels of the specified group.LabelsApi.getGroupLabelsStream
(Object groupIdOrPath) Get a Stream of all labels of the specified group.Deprecated.Replaced by theLabelsApi.getProjectLabels(Object)
method.Deprecated.Replaced by theLabelsApi.getProjectLabels(Object, int)
method.Deprecated.Will be removed in the next major release (6.0.0)LabelsApi.getLabelsStream
(Object projectIdOrPath) Deprecated.Replaced by theLabelsApi.getProjectLabelsStream(Object)
method.LabelsApi.getOptionalGroupLabel
(Object groupIdOrPath, Object labelIdOrName) Get a single group label as the value of an Optional.LabelsApi.getOptionalProjectLabel
(Object projectIdOrPath, Object labelIdOrName) Get a single project label as the value of an Optional.LabelsApi.getProjectLabels
(Object projectIdOrPath) Get all labels of the specified project.LabelsApi.getProjectLabels
(Object projectIdOrPath, int itemsPerPage) Get a Pager of all labels of the specified project.LabelsApi.getProjectLabelsStream
(Object projectIdOrPath) Get a Stream of all labels of the specified project.Methods in org.gitlab4j.api with parameters of type LabelModifier and TypeMethodDescriptionLabelsApi.createGroupLabel
(Object groupIdOrPath, Label labelProperties) Create a group label.LabelsApi.createProjectLabel
(Object projectIdOrPath, Label labelProperties) Create a project label.LabelsApi.updateGroupLabel
(Object groupIdOrPath, Object labelIdOrName, Label labelConfig) Update the specified label.LabelsApi.updateProjectLabel
(Object projectIdOrPath, Object labelIdOrName, Label labelConfig) Update the specified project label. -
Uses of Label in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return LabelModifier and TypeMethodDescriptionBoardList.getLabel()
LabelEvent.getLabel()
Label.withDescription
(String description) Label.withPriority
(Integer priority) Methods in org.gitlab4j.api.models with parameters of type Label
LabelsApi.createProjectLabel(Object, Label)
method.