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

Packages that use ImmutablePlanCacheService
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.hibernate   
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.migration   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugin   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.v2.build.dependencies   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build   
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.build
 

Constructors in com.atlassian.bamboo.build with parameters of type ImmutablePlanCacheService
PlanDependencyManagerImpl(PlanDependencyDao planDependencyDao, PlanManager planManager, ChainBranchManager chainBranchManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.build.creation
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type ImmutablePlanCacheService
UpdateCreatingCommitInformationListener(BranchCommitInformationManager branchCommitInformationManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.caching
 

Constructors in com.atlassian.bamboo.caching with parameters of type ImmutablePlanCacheService
DashboardCachingManagerImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDao planDao)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type ImmutablePlanCacheService
 void BambooContainer.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.deletion
 

Constructors in com.atlassian.bamboo.deletion with parameters of type ImmutablePlanCacheService
DeletionServiceImpl(ErrorHandler errorHandler, BuildResultsIndexer buildResultsIndexer, PlanScheduler planScheduler, PlanDependencyManager planDependencyManager, PlanParticleManager planParticleManager, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, BuildSuspensionCheckBean buildSuspensionCheckBean, AdminErrorHandler adminErrorHandler, org.acegisecurity.acls.MutableAclService aclService, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.bandana.BandanaPersister bandanaPersister, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, ArtifactManager artifactManager, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService, ArtifactDao artifactDao)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.hibernate
 

Methods in com.atlassian.bamboo.hibernate with parameters of type ImmutablePlanCacheService
 java.lang.Iterable<PlanKey> AbstractCacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.jira.issuelink
 

Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type ImmutablePlanCacheService
JiraBranchLinkingServiceImpl(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.migration
 

Constructors in com.atlassian.bamboo.migration with parameters of type ImmutablePlanCacheService
ImportExportManagerImpl(DeletionService deletionService, XmlMigrator xmlMigrator, com.opensymphony.xwork2.TextProvider textProvider, AdminErrorHandler adminErrorHandler, DummyResultsSummaryCache dummyResultsSummaryCache, ImmutablePlanCacheService immutablePlanCacheService, ServerLifecycleManager serverLifecycleManager)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan
 

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

Constructors in com.atlassian.bamboo.plan with parameters of type ImmutablePlanCacheService
MovePlanServiceImpl(AuditLogService auditLogService, BambooPermissionManager bambooPermissionManager, BuildResultsIndexer buildResultsIndexer, ChainBranchManager chainBranchManager, ChainExecutionManager chainExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionServiceImpl exclusionService, ImmutablePlanCacheService immutablePlanCacheService, PlanExecutionLockService planExecutionLockService, PlanManager planManager, PlanValidationService planValidationService, ResultsSummaryManager resultsSummaryManager, com.opensymphony.xwork2.TextProvider textProvider, ArtifactDao artifactDao, PlanVcsRevisionHistoryService planVcsRevisionHistoryService)
           
PlanConfigurationAspect(ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.branch
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type ImmutablePlanCacheService
BranchIntegrationServiceImpl(ImmutablePlanCacheService immutablePlanCacheService)
           
 

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

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

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

Classes in com.atlassian.bamboo.plan.cache that implement ImmutablePlanCacheService
 class ImmutablePlanCacheServiceImpl
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanCacheService
 java.lang.Iterable<PlanKey> ImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
          This gets passed some cache internals for invalidation
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanCacheService
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
CachedPlanManagerImpl(ImmutablePlanCacheService immutablePlanCacheService)
           
ImmutableChainImpl(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, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plugin
 

Fields in com.atlassian.bamboo.plugin with type parameters of type ImmutablePlanCacheService
protected  com.google.common.base.Supplier<ImmutablePlanCacheService> BambooPluginManager.immutablePlanCacheService
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plugins.web.conditions
 

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type ImmutablePlanCacheService
 void HasBranchesCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.repository
 

Constructors in com.atlassian.bamboo.repository with parameters of type ImmutablePlanCacheService
RepositoryConfigurationServiceImpl(PlanManager planManager, RepositoryManager repositoryManager, WebRepositoryViewerManager webRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, AuditLogService auditLogService, TaskConfigurationService taskConfigurationService, BuildDefinitionManager buildDefinitionManager, ChainBranchManager chainBranchManager, BranchDetectionService branchDetectionService, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, HibernateMutableAclService aclService, BuildStrategyConfigurationService buildStrategyConfigurationService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.spring
 

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

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.build.dependencies
 

Constructors in com.atlassian.bamboo.v2.build.dependencies with parameters of type ImmutablePlanCacheService
DependencyTreeBuilderImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.build.trigger
 

Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ImmutablePlanCacheService
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager, BuildContextBuilderFactory buildContextBuilderFactory)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.trigger
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type ImmutablePlanCacheService
 void InitialBuildListener.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void ChangeDetectionListenerAction.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void ChangeDetectionListener.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ImmutablePlanCacheService
ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory)
           
DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, BuildResultsSummaryManagerImpl resultsSummaryManager)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type ImmutablePlanCacheService
 void ViewBambooInternals.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.ww2.actions.build
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ImmutablePlanCacheService
 void IsTopLevelPlanCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void IsBranchCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.