com.atlassian.bamboo.labels
Class LabelParser
java.lang.Object
com.atlassian.bamboo.labels.LabelParser
public class LabelParser
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVALID_CHARACTERS
public static final char[] INVALID_CHARACTERS
LABEL_DELIM_CHARS
public static final String LABEL_DELIM_CHARS
- See Also:
- Constant Field Values
LABEL_DELIM
public static final String LABEL_DELIM
- See Also:
- Constant Field Values
LabelParser
public LabelParser()
isValidLabelName
public static boolean isValidLabelName(String name)
split
public static List split(String input)
extractLabelsFromLabellings
public static List extractLabelsFromLabellings(List labellings)
renderLabels
public static String renderLabels(List labels)
getInvalidCharactersAsString
public static String getInvalidCharactersAsString()
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.