com.atlassian.jira.vcs.enterprise
Class EnterpriseRepositoryManager

java.lang.Object
  extended bycom.atlassian.jira.vcs.DefaultRepositoryManager
      extended bycom.atlassian.jira.vcs.enterprise.EnterpriseRepositoryManager
All Implemented Interfaces:
RepositoryManager

public class EnterpriseRepositoryManager
extends DefaultRepositoryManager


Field Summary
 
Fields inherited from interface com.atlassian.jira.vcs.RepositoryManager
CVS_TYPE, VCS_SERVICE_DELAY, VCS_SERVICE_NAME, VCS_TYPES
 
Constructor Summary
EnterpriseRepositoryManager()
           
EnterpriseRepositoryManager(AssociationManager associationManager, GenericDelegator genericDelegator, ServiceManager serviceManager)
           
 
Method Summary
 java.util.Collection getRepositoriesForProject(GenericValue project)
           
 
Methods inherited from class com.atlassian.jira.vcs.DefaultRepositoryManager
createRepository, getAssociationManager, getGenericDelegator, getProjectsForRepository, getRepositories, getRepository, getServiceManager, isValidType, refresh, removeRepository, setProjectRepositories, updateRepositories, updateRepository, updateRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterpriseRepositoryManager

public EnterpriseRepositoryManager(AssociationManager associationManager,
                                   GenericDelegator genericDelegator,
                                   ServiceManager serviceManager)
                            throws GenericEntityException

EnterpriseRepositoryManager

public EnterpriseRepositoryManager()
                            throws GenericEntityException
Method Detail

getRepositoriesForProject

public java.util.Collection getRepositoriesForProject(GenericValue project)
                                               throws GenericEntityException
Specified by:
getRepositoriesForProject in interface RepositoryManager
Overrides:
getRepositoriesForProject in class DefaultRepositoryManager
Throws:
GenericEntityException