Uses of Class
org.miaixz.bus.gitlab.models.Label
Packages that use Label
-
Uses of Label in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return LabelModifier and TypeMethodDescriptionLabelsApi.createGroupLabel(Object groupIdOrPath, Label labelProperties) Create a group label.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.subscribeProjectLabel(Object projectIdOrPath, Object labelIdOrName) Subscribe a specified project label.LabelsApi.unsubscribeGroupLabel(Object groupIdOrPath, Object labelIdOrName) Unsubscribe a specified group label.LabelsApi.unsubscribeProjectLabel(Object projectIdOrPath, Object labelIdOrName) Unsubscribe a specified 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.Methods in org.miaixz.bus.gitlab 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.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.miaixz.bus.gitlab 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.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return LabelModifier and TypeMethodDescriptionBoardList.getLabel()LabelEvent.getLabel()Label.withDescription(String description) Label.withPriority(Integer priority) Methods in org.miaixz.bus.gitlab.models that return types with arguments of type LabelMethods in org.miaixz.bus.gitlab.models with parameters of type LabelModifier and TypeMethodDescriptionvoidvoidMethod parameters in org.miaixz.bus.gitlab.models with type arguments of type Label