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

Packages that use RepositoryManager
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task.repository   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.build.admin.create   
 

Uses of RepositoryManager in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type RepositoryManager
RepositoryConfigHelper(RepositoryManager repositoryManager, com.opensymphony.xwork.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.configuration.repository
 

Methods in com.atlassian.bamboo.configuration.repository with parameters of type RepositoryManager
 void ConfigureSingleGlobalRepository.setRepositoryManager(RepositoryManager repositoryManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type RepositoryManager
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.repository
 

Classes in com.atlassian.bamboo.repository that implement RepositoryManager
 class DefaultRepositoryManager
           
 

Constructors in com.atlassian.bamboo.repository with parameters of type RepositoryManager
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.task.repository
 

Fields in com.atlassian.bamboo.task.repository declared as RepositoryManager
protected  RepositoryManager AbstractRepositoryAwareTaskConfigurator.repositoryManager
           
 

Methods in com.atlassian.bamboo.task.repository with parameters of type RepositoryManager
 void AbstractRepositoryAwareTaskConfigurator.setRepositoryManager(RepositoryManager repositoryManager)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions.admin declared as RepositoryManager
protected  RepositoryManager ImportMavenPlanAction.repositoryManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type RepositoryManager
 void ImportMavenPlanAction.setRepositoryManager(RepositoryManager repositoryManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.admin.bulk.repository
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.bulk.repository with parameters of type RepositoryManager
UpdateCvsModuleBulkAction(RepositoryManager repositoryManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type RepositoryManager
 void CreateChainBranch.setRepositoryManager(RepositoryManager repositoryManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type RepositoryManager
 void DecoratedRepository.setRepositoryManager(RepositoryManager repositoryManager)
           
 

Uses of RepositoryManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type RepositoryManager
UIConfigBeanImpl(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager, JdkManager jdkManager, TaskManager taskManager, com.opensymphony.xwork.TextProvider textProvider, RepositoryDefinitionManager repositoryDefinitionManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.