Uses of Interface
com.atlassian.jira.issue.label.LabelStore

Packages that use LabelStore
com.atlassian.jira.issue.label   
 

Uses of LabelStore in com.atlassian.jira.issue.label
 

Classes in com.atlassian.jira.issue.label that implement LabelStore
 class CachingLabelStore
          Caching implementation of the Label store, that caches labels in a weakhashmap based on the issue/field combination.
 class OfBizLabelStore
          OfBiz implementation of the LabelStore
 

Constructors in com.atlassian.jira.issue.label with parameters of type LabelStore
DefaultLabelManager(LabelStore labelStore, IssueIndexManager issueIndexManager, IssueManager issueManager, IssueUpdater issueUpdater)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.