Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutablePlanManager

Packages that use ImmutablePlanManager
com.atlassian.bamboo.chains.cache   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.spring   
 

Uses of ImmutablePlanManager in com.atlassian.bamboo.chains.cache
 

Constructors in com.atlassian.bamboo.chains.cache with parameters of type ImmutablePlanManager
ImmutableChainStageImpl(ImmutableChain chain, ChainStage chainStage, ImmutablePlanManager immutablePlanManager)
           
 

Uses of ImmutablePlanManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type ImmutablePlanManager
static
<T extends ImmutableChain>
T
PlanTestHelper.mockPlan(ImmutablePlanManager immutablePlanManager, PlanKey planKey, Class<T> planClass)
           
 

Uses of ImmutablePlanManager in com.atlassian.bamboo.plan.branch.cache
 

Constructors in com.atlassian.bamboo.plan.branch.cache with parameters of type ImmutablePlanManager
ImmutableChainBranchImpl(ChainBranch chainBranch, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
 

Uses of ImmutablePlanManager in com.atlassian.bamboo.plan.cache
 

Classes in com.atlassian.bamboo.plan.cache that implement ImmutablePlanManager
 class ImmutablePlanManagerImpl
           
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanManager
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutablePlanCacheServiceImpl(ImmutablePlanManager immutablePlanManager, PlanDao planDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, com.atlassian.config.db.HibernateConfig hibernateConfig, org.springframework.orm.hibernate3.HibernateTemplate hibernateTemplate, CustomVariableContext customVariableContext)
           
ImmutableResultsSummaryImpl(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager)
           
 

Uses of ImmutablePlanManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type ImmutablePlanManager
static com.google.common.base.Supplier<ImmutablePlanManager> ComponentAccessor.IMMUTABLE_PLAN_MANAGER
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.