Package com.atlassian.bamboo.labels
Class LabelParser
java.lang.Object
com.atlassian.bamboo.labels.LabelParser
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionextractLabelsFromLabellings
(@Nullable List<Labelling> labellings) static String
static boolean
isValidLabelName
(String name) static @NotNull String
renderLabels
(@NotNull Collection<Label> labels) static @NotNull String
replaceInvalidCharacters
(@NotNull String label, @NotNull String replacement)
-
Constructor Details
-
LabelParser
public LabelParser()
-
-
Method Details
-
isValidLabelName
-
getFirstInvalidLabelCharacter
-
split
-
replaceInvalidCharacters
-
extractLabelsFromLabellings
-
renderLabels
-