Uses of Interface
com.atlassian.bitbucket.label.Label
-
Uses of Label in com.atlassian.bitbucket.label
Modifier and TypeMethodDescriptionLabelService.apply
(ApplyLabelRequest request) Creates a new label based on the given labelName.Returns aLabel
based on the name.AbstractLabelRequest.getLabel()
AlreadyLabeledException.getLabel()
LabelableSearchRequest.getLabel()
LabelExistsException.getLabel()
Modifier and TypeMethodDescriptionLabelService.findAll
(PageRequest pageRequest) LabelService.findByLabelable
(Labelable labelable, PageRequest pageRequest) LabelService.findByName
(String labelName) LabelService.findByPrefix
(String labelPref, PageRequest pageRequest) ModifierConstructorDescriptionAlreadyLabeledException
(KeyedMessage message, Label label, Labelable labelable) LabelExistsException
(KeyedMessage message, Label label)