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.build.strategy   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.logger   
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.spring   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.v2.ww2.build   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build   
com.atlassian.bamboo.ww2.beans   
 

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
ChainBranchCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService exclusionService, ChainBranchManager chainBranchManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, ImmutablePlanCacheService immutablePlanCacheService, JiraBranchLinkingService jiraBranchLinkingService)
           
ChainCreationServiceImpl(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ScopedExclusionService scopedExclusionService, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, BranchDetectionService branchDetectionService, ImmutablePlanCacheService immutablePlanCacheService)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, ChainBranchManager chainBranchManager, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, ImmutablePlanCacheService immutablePlanCacheService)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.api.EventPublisher eventPublisher, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, TaskConfigurationService taskConfigurationService, NotificationManager notificationManager, BranchCommitInformationManager branchCommitInformationManager, VcsBranchManager vcsBranchManager, ImmutablePlanCacheService immutablePlanCacheService)
           
UpdateCreatingCommitInformationListener(BranchCommitInformationManager branchCommitInformationManager, ImmutablePlanCacheService immutablePlanCacheService, JiraBranchLinkingService jiraBranchLinkingService)
           
 

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

Methods in com.atlassian.bamboo.build.strategy with parameters of type ImmutablePlanCacheService
 void QuartzStrategyJob.setImmutablePlanCacheService(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, AuditLogService auditLogService, VariableDefinitionManager variableDefinitionManager, RepositoryDefinitionManager repositoryDefinitionManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ChainBranchManager chainBranchManager, VcsBranchManager vcsBranchManager, StopBuildManager stopBuildManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

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.logger
 

Constructors in com.atlassian.bamboo.logger with parameters of type ImmutablePlanCacheService
AggregatedChainErrorAccessor(ErrorHandler errorHandler, ImmutablePlanCacheService immutablePlanCacheService, ResultsSummaryManager resultsSummaryManager)
           
 

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.xwork.TextProvider textProvider, AdminErrorHandler adminErrorHandler, DummyResultsSummaryCache dummyResultsSummaryCache, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type ImmutablePlanCacheService
MovePlanServiceImpl(PlanManager planManager, ResultsSummaryManager resultsSummaryManager, BambooPermissionManager bambooPermissionManager, BuildResultsIndexer buildResultsIndexer, ChainBranchManager chainBranchManager, com.opensymphony.xwork.TextProvider textProvider, PlanValidationService planValidationService, AuditLogService auditLogService, ScopedExclusionServiceImpl exclusionService, PlanExecutionLockService planExecutionLockService, ChainExecutionManager chainExecutionManager, ImmutablePlanCacheService immutablePlanCacheService)
           
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, ImmutablePlanCacheService immutablePlanCacheService)
           
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, BuildDefinitionManager buildDefinitionManager)
           
 

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

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

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, BuildDefinitionManager buildDefinitionManager)
           
CachedPlanManagerImpl(ImmutablePlanCacheService immutablePlanCacheService)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
           
ImmutableJobImpl(Chain parent, ChainStage stage, Job job, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, BuildDefinitionManager buildDefinitionManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

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 HasQuarantinedTestsCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 void HasBranchesCondition.setImmutablePlanCacheService(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
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type ImmutablePlanCacheService
BuildContextImpl(ImmutablePlan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, ImmutablePlanCacheService immutablePlanCacheService)
          Deprecated. since 4.2 use BuildContextImpl.BuildContextImpl(ImmutablePlan, int, TriggerReason, BuildDefinition, BuildChanges)
BuildContextImpl(ImmutablePlan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, VariableContext variableContext, ImmutablePlanCacheService immutablePlanCacheService)
          Deprecated. since 4.2 use BuildContextImpl.BuildContextImpl(ImmutablePlan, int, TriggerReason, BuildDefinition, BuildChanges, VariableContext)
 

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)
           
 

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(Plan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService)
           
DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService)
           
 

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

Methods in com.atlassian.bamboo.v2.ww2.build with parameters of type ImmutablePlanCacheService
 void TriggerRemoteBuild.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)
           
 

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)
           
 

Uses of ImmutablePlanCacheService in com.atlassian.bamboo.ww2.beans
 

Constructors in com.atlassian.bamboo.ww2.beans with parameters of type ImmutablePlanCacheService
DecoratedNavObjectFactoryImpl(ImmutablePlanCacheService immutablePlanCacheService, com.opensymphony.xwork.TextProvider textProvider, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, VariableDefinitionManager variableDefinitionManager)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.