Uses of Interface
com.atlassian.bitbucket.label.Label
Packages that use Label
-
Uses of Label in com.atlassian.bitbucket.label
Methods in com.atlassian.bitbucket.label that return LabelModifier and TypeMethodDescriptionLabelService.apply(ApplyLabelRequest request) Creates a new label based on the given labelName.Returns aLabelbased on the name.AbstractLabelRequest.getLabel()AlreadyLabeledException.getLabel()LabelableSearchRequest.getLabel()LabelExistsException.getLabel()Methods in com.atlassian.bitbucket.label that return types with arguments of type LabelModifier and TypeMethodDescriptionLabelService.findAll(PageRequest pageRequest) LabelService.findByLabelable(Labelable labelable, PageRequest pageRequest) LabelService.findByName(String labelName) LabelService.findByPrefix(String labelPref, PageRequest pageRequest) Methods in com.atlassian.bitbucket.label with parameters of type LabelConstructors in com.atlassian.bitbucket.label with parameters of type LabelModifierConstructorDescriptionAlreadyLabeledException(KeyedMessage message, Label label, Labelable labelable) LabelExistsException(KeyedMessage message, Label label)