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

Packages that use BuildDirectoryManager
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.v2.build.agent.remote   
 

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

Constructors in com.atlassian.bamboo.build.artifact with parameters of type BuildDirectoryManager
LocalArtifactManager(BuildLoggerManager buildLoggerManager, BuildResultsSummaryManager buildResultsSummaryManager, BuildDirectoryManager buildDirectoryManager, ArtifactSubscriptionManager artifactSubscriptionManager)
           
 

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.builder
 

Fields in com.atlassian.bamboo.builder declared as BuildDirectoryManager
protected  BuildDirectoryManager AbstractBuilder.buildDirectoryManager
          Deprecated.  
 

Methods in com.atlassian.bamboo.builder that return BuildDirectoryManager
 BuildDirectoryManager AbstractBuilder.getBuildDirectoryManager()
          Deprecated.  
 

Methods in com.atlassian.bamboo.builder with parameters of type BuildDirectoryManager
 void AbstractBuilder.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
          Deprecated.  
 

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)
           
 void BitbucketRepository.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
           
 

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.v2.build.agent.remote
 

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



Copyright © 2011 Atlassian. All Rights Reserved.