Modifier and Type | Class and Description |
---|---|
class |
DefaultBuildDirectoryManager |
Constructor and Description |
---|
ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService,
JobExecutionManager buildContextExecutor,
ChainStateFactory chainStateFactory,
BuildContextFactory buildContextFactory,
com.atlassian.event.api.EventPublisher eventPublisher,
ChainPluginSupport chainPluginSupport,
ErrorUpdateHandler errorUpdateHandler,
AuthorCreatorService authorCreatorService,
ResultsSummaryManager resultsSummaryManager,
BuildDirectoryManager buildDirectoryManager,
VcsBranchIntegrationHelper branchIntegrationHelper,
CustomVariableContext customVariableContext,
PlanExecutionLockService planExecutionLockService,
PlanVcsRevisionHistoryService planVcsRevisionHistoryService,
XStreamFactory xStreamFactory,
CachedPlanManager cachedPlanManager,
VcsRepositoryManager vcsRepositoryManager,
StorageTagService storageTagService,
PlanBranchPullRequestService planBranchPullRequestService) |
Constructor and Description |
---|
SystemInfoFactory(StartupStatisticsBean startupStatisticsBean,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.config.HomeLocator homeLocator) |
SystemInfoImpl(StartupStatisticsBean startupStatisticsBean,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.config.HomeLocator homeLocator) |
Modifier and Type | Method and Description |
---|---|
static Path |
RepositoryStoredSpecsServiceImpl.getWorkingDirectoryForRss(BuildDirectoryManager buildDirectoryManager,
long repositoryId) |
Constructor and Description |
---|
RssPermissionManagerImpl(AuditLogService auditLogService,
BambooPermissionManager bambooPermissionManager,
com.atlassian.bandana.BandanaManager bandanaManager,
DeploymentProjectDao deploymentProjectDao,
DeploymentProjectService deploymentProjectService,
ProjectManager projectManager,
RepositoryDefinitionDao repositoryDefinitionDao,
RssDeploymentProjectPermissionDao rssDeploymentProjectPermissionDao,
RssProjectPermissionDao rssProjectPermissionDao,
RssRepositoryPermissionDao rssRepositoryPermissionDao,
BuildDirectoryManager buildDirectoryManager,
FeatureManager featureManager) |
Modifier and Type | Method and Description |
---|---|
void |
GitHubRepository.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager) |
Constructor and Description |
---|
GitCacheHandler(CachedPlanManager cachedPlanManager,
BuildDirectoryManager buildDirectoryManager,
GitCacheDirectoryUtils gitCacheDirectoryUtils,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
AgentManager agentManager,
AgentCommandSender agentCommandSender,
CustomVariableContext customVariableContext) |
Modifier and Type | Field and Description |
---|---|
protected BuildDirectoryManager |
AbstractGitExecutor.buildDirectoryManager |
Constructor and Description |
---|
AbstractGitExecutor(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBambooSpecsHandler(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBranchCreator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitBranchDetector(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitChangeDetector(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService,
BuildLoggerManager buildLoggerManager) |
GitConnectionTester(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitTagCreator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitVariableGenerator(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService) |
GitWorkingCopyManager(CapabilityContext capabilityContext,
CredentialsAccessor credentialsAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
TrustedKeyHelper trustedKeyHelper,
SshProxyService sshProxyService,
BuildLoggerManager buildLoggerManager,
VcsBranchIntegrationHelper branchIntegrationHelper) |
Modifier and Type | Method and Description |
---|---|
static File |
HgRepository.getCacheBaseDirectory(BuildDirectoryManager buildDirectoryManager)
Separate static method so we can define the cache base directory in one place
|
void |
DeleteHgCacheDirectory.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager) |
Modifier and Type | Field and Description |
---|---|
protected BuildDirectoryManager |
AbstractMercurialExecutor.buildDirectoryManager |
Modifier and Type | Method and Description |
---|---|
protected static File |
AbstractMercurialExecutor.getCacheBaseDirectory(BuildDirectoryManager buildDirectoryManager) |
Constructor and Description |
---|
AbstractIsolatedLocalRepositoryCommandDecorator(AgentContext agentContext,
BuildDirectoryManager buildDirectoryManager,
CapabilityConfigurationManager capabilityConfigurationManager,
String capabilityPrefix) |
Maven2IsolatedLocalRepositoryCommandDecorator(AgentContext agentContext,
BuildDirectoryManager buildDirectoryManager,
CapabilityConfigurationManager capabilityConfigurationManager) |
Maven3IsolatedLocalRepositoryCommandDecorator(AgentContext agentContext,
BuildDirectoryManager buildDirectoryManager,
CapabilityConfigurationManager capabilityConfigurationManager) |
Modifier and Type | Field and Description |
---|---|
protected BuildDirectoryManager |
AbstractRepository.buildDirectoryManager
Deprecated.
since 6.8 inject your own
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepository.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
Deprecated.
|
Constructor and Description |
---|
TaskExecutorImpl(ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
CustomVariableContext customVariableContext,
BuildDirectoryManager buildDirectoryManager,
TaskActionExecutor taskActionExecutor,
TaskResultProcessor quarantineTaskResultProcessor) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteBuildDirectoryManager |
Modifier and Type | Method and Description |
---|---|
void |
InitializeBuild.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager) |
Modifier and Type | Method and Description |
---|---|
void |
VariableSubstitutorFactoryImpl.setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.