Uses of Interface
com.atlassian.bamboo.repository.RepositoryCachingFacade
-
Packages that use RepositoryCachingFacade Package Description com.atlassian.bamboo.plan.branch com.atlassian.bamboo.plan.pullrequest com.atlassian.bamboo.repository com.atlassian.bamboo.v2.trigger -
-
Uses of RepositoryCachingFacade in com.atlassian.bamboo.plan.branch
Constructors in com.atlassian.bamboo.plan.branch with parameters of type RepositoryCachingFacade Constructor Description BranchDetectionServiceImpl(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 RepositoryCachingFacade Constructor Description PullRequestDetectionServiceImpl(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 RepositoryCachingFacade Modifier and Type Class Description class
RepositoryCachingFacadeImpl
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 RepositoryCachingFacade Constructor Description DefaultChangeDetectionManager(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)
-