package

com.atlassian.jira.issue.label

Interfaces

AlphabeticalLabelGroupingService Provides an alphabetically grouped collection of a user's labels 
AlphabeticalLabelRenderer Responsible for rendering an alphabetically grouped list of labels 
LabelManager Manager responsible for adding/removing and getting labels for a particular issue and custom field combination. 
LabelParser.CreateFromString<T>  
LabelStore Store 
LabelUtil Utility to generate Label JQL strings. 

Classes

AlphabeticalLabelGroupingServiceImpl  
AlphabeticalLabelGroupingSupport Helper to group labels into buckets for displaying them in alphabetical blocks. 
CachingLabelStore Caching implementation of the Label store, that caches labels in a weakhashmap based on the issue/field combination. 
DefaultAlphabeticalLabelRenderer  
DefaultLabelManager Manager responsible for label operations. 
DefaultLabelUtil  
Label Represents a Label for an issue 
LabelComparator Comparator that compares labels by label string 
LabelParser This class provides a number of static utility methods for validating labels. 
OfBizLabelStore OfBiz implementation of the LabelStore 
OfBizLabelStore.Columns