Uses of Interface
com.atlassian.jira.project.version.VersionStore

Packages that use VersionStore
com.atlassian.jira.project.version   
 

Uses of VersionStore in com.atlassian.jira.project.version
 

Classes in com.atlassian.jira.project.version that implement VersionStore
 class CachingVersionStore
          A caching implementation of the VersionStore that relies on a delegate to do the DB operations.
 class OfBizVersionStore
           
 

Fields in com.atlassian.jira.project.version declared as VersionStore
protected  VersionStore DefaultVersionManager.versionStore
           
 

Constructors in com.atlassian.jira.project.version with parameters of type VersionStore
CachingVersionStore(VersionStore delegate)
           
DefaultVersionManager(IssueManager issueManager, CollectionReorderer collectionReorderer, NodeAssociationStore nodeAssociationStore, IssueIndexManager issueIndexManager, ProjectManager projectManager, VersionStore versionStore)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.