Package | Description |
---|---|
com.atlassian.bitbucket.label |
Modifier and Type | Method and Description |
---|---|
Label |
LabelService.apply(ApplyLabelRequest request)
|
Label |
LabelService.create(String labelName)
Creates a new label based on the given labelName.
|
Label |
LabelService.getByName(String labelName)
Returns a
Label based on the name. |
Label |
AbstractLabelRequest.getLabel() |
Label |
LabelExistsException.getLabel() |
Label |
AlreadyLabeledException.getLabel() |
Label |
LabelableSearchRequest.getLabel() |
Modifier and Type | Method and Description |
---|---|
Page<Label> |
LabelService.findAll(PageRequest pageRequest)
|
Page<Label> |
LabelService.findByLabelable(Labelable labelable,
PageRequest pageRequest)
|
Optional<Label> |
LabelService.findByName(String labelName)
|
Page<Label> |
LabelService.findByPrefix(String labelPref,
PageRequest pageRequest)
|
Modifier and Type | Method and Description |
---|---|
B |
AbstractLabelRequest.AbstractBuilder.label(Label value) |
Constructor and Description |
---|
AlreadyLabeledException(KeyedMessage message,
Label label,
Labelable labelable) |
Builder(Label value) |
LabelExistsException(KeyedMessage message,
Label label) |
Copyright © 2022 Atlassian. All rights reserved.