Uses of Interface
com.atlassian.bamboo.repository.MavenPomAccessorCapableRepository

Packages that use MavenPomAccessorCapableRepository
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.ww2.actions.admin   
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.plugins.hg
 

Classes in com.atlassian.bamboo.plugins.hg that implement MavenPomAccessorCapableRepository
 class HgRepository
           
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return MavenPomAccessorCapableRepository
 MavenPomAccessorCapableRepository RepositoryManager.getNewRepositoryInstanceFromMavenScmProviderKey(java.lang.String scmProviderKey)
          Takes in a Maven SCM provider key and creates a new Repository for that key.
 MavenPomAccessorCapableRepository DefaultRepositoryManager.getNewRepositoryInstanceFromMavenScmProviderKey(java.lang.String scmProviderKey)
           
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository.cvsimpl
 

Classes in com.atlassian.bamboo.repository.cvsimpl that implement MavenPomAccessorCapableRepository
 class CVSRepository
          This class provides a CVS implemention of the Repository interface.
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository.perforce
 

Classes in com.atlassian.bamboo.repository.perforce that implement MavenPomAccessorCapableRepository
 class PerforceRepository
          This class provides a Perforce implemention of the Repository interface.
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.repository.svn
 

Classes in com.atlassian.bamboo.repository.svn that implement MavenPomAccessorCapableRepository
 class SvnRepository
          This class provides a Subversion repository for Bamboo.
 

Uses of MavenPomAccessorCapableRepository in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type MavenPomAccessorCapableRepository
 java.util.List<MavenPomAccessorCapableRepository> ImportMavenPlanAction.getFilteredRepositories()
           
 



Copyright © 2011 Atlassian. All Rights Reserved.