Uses of Interface
com.atlassian.bamboo.repository.RepositoryCachingFacade
Packages that use RepositoryCachingFacade
Package
Description
-
Uses of RepositoryCachingFacade in com.atlassian.bamboo.plan.branch
Constructors in com.atlassian.bamboo.plan.branch with parameters of type RepositoryCachingFacadeModifierConstructorDescriptionBranchDetectionServiceImpl
(com.atlassian.bandana.BandanaManager bandanaManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, LightweightBranchCreationService lightweightBranchCreationService, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, PlanBranchPullRequestService planBranchPullRequestService) -
Uses of RepositoryCachingFacade in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type RepositoryCachingFacadeModifierConstructorDescriptionPullRequestDetectionServiceImpl
(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager) -
Uses of RepositoryCachingFacade in com.atlassian.bamboo.repository
Classes in com.atlassian.bamboo.repository that implement RepositoryCachingFacadeModifier and TypeClassDescriptionclass
A wrapper around calls to Repository methods that provides caching of method results. -
Uses of RepositoryCachingFacade in com.atlassian.bamboo.v2.trigger
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type RepositoryCachingFacadeModifierConstructorDescriptionDefaultChangeDetectionManager
(BuildContextFactory buildContextFactory, BuildLoggerManager buildLoggerManager, com.opensymphony.xwork2.TextProvider textProvider, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, BranchCommitInformationManager branchCommitInformationManager, BranchIntegrationService branchIntegrationService, ChainBranchManager chainBranchManager, RepositoryCachingFacade repositoryCachingFacade, VcsRepositoryManager vcsRepositoryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)