Uses of Interface
com.atlassian.bamboo.build.fileserver.BuildDirectoryManager

Packages that use BuildDirectoryManager
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.maven.decorator   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.task   
com.atlassian.bamboo.variable   
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.build.fileserver
 

Classes in com.atlassian.bamboo.build.fileserver that implement BuildDirectoryManager
 class DefaultBuildDirectoryManager
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.chains
 

Constructors in com.atlassian.bamboo.chains with parameters of type BuildDirectoryManager
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainResultManager chainResultManager, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildDirectoryManager buildDirectoryManager, BranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.configuration
 

Constructors in com.atlassian.bamboo.configuration with parameters of type BuildDirectoryManager
SystemInfo(StartupStatisticsBean startupStatisticsBean, BuildDirectoryManager buildDirectoryManager, com.atlassian.config.HomeLocator homeLocator)
           
SystemInfoFactory(StartupStatisticsBean startupStatisticsBean, BuildDirectoryManager buildDirectoryManager, com.atlassian.config.HomeLocator homeLocator)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg with parameters of type BuildDirectoryManager
static java.io.File HgRepository.getCacheBaseDirectory(BuildDirectoryManager buildDirectoryManager)
          Separate static method so we can define the cache base directory in one place
 void HgCacheHandler.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 void DeleteHgCacheDirectory.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.plugins.maven.decorator
 

Constructors in com.atlassian.bamboo.plugins.maven.decorator with parameters of type BuildDirectoryManager
AbstractIsolatedLocalRepositoryCommandDecorator(AgentContext agentContext, BuildDirectoryManager buildDirectoryManager, CapabilityConfigurationManager capabilityConfigurationManager, java.lang.String capabilityPrefix)
           
Maven2IsolatedLocalRepositoryCommandDecorator(AgentContext agentContext, BuildDirectoryManager buildDirectoryManager, CapabilityConfigurationManager capabilityConfigurationManager)
           
Maven3IsolatedLocalRepositoryCommandDecorator(AgentContext agentContext, BuildDirectoryManager buildDirectoryManager, CapabilityConfigurationManager capabilityConfigurationManager)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.repository
 

Fields in com.atlassian.bamboo.repository declared as BuildDirectoryManager
protected  BuildDirectoryManager AbstractRepository.buildDirectoryManager
           
 

Methods in com.atlassian.bamboo.repository with parameters of type BuildDirectoryManager
 void AbstractRepository.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type BuildDirectoryManager
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, CustomVariableContext customVariableContext, BuildDirectoryManager buildDirectoryManager, TaskResultProcessor quarantineTaskResultProcessor)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.v2.build.agent.remote
 

Classes in com.atlassian.bamboo.v2.build.agent.remote that implement BuildDirectoryManager
 class RemoteBuildDirectoryManager
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.v2.build.task
 

Methods in com.atlassian.bamboo.v2.build.task with parameters of type BuildDirectoryManager
 void InitializeBuild.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 

Uses of BuildDirectoryManager in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type BuildDirectoryManager
 void CustomVariableContextImpl.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.