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, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultVersionManager(IssueManager issueManager, CollectionReorderer collectionReorderer, AssociationManager associationManager, IssueIndexManager issueIndexManager, ProjectManager projectManager, VersionStore versionStore)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.