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

Packages that use CachedPlanManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.brokenbuildtracker.ui   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.coverage   
com.atlassian.bamboo.build.monitoring   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.index.quicksearch   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.notification   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.vcsRevision.cleanup   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.jira.release   
com.atlassian.bamboo.plugins.maven   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.plugins.maven.dependencies.events   
com.atlassian.bamboo.plugins.stash.events   
com.atlassian.bamboo.plugins.testutils.rest.resource.plan   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.project   
com.atlassian.bamboo.reports.charts   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.search   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.security   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.requirement   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.build.admin.config.repository   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
com.atlassian.bamboo.ww2.beans   
com.atlassian.bamboo.ww2.interceptors   
 

Uses of CachedPlanManager in com.atlassian.bamboo.agent.elastic.schedule
 

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type CachedPlanManager
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager, AgentManager agentManager, CachedPlanManager cachedPlanManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.opensymphony.xwork2.TextProvider textProvider, AwsAccountBean awsAccountBean, ExecutableAgentsHelper executableAgentsHelper, EnvironmentService environmentService, DeploymentResultService deploymentResultService)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.artifact
 

Constructors in com.atlassian.bamboo.artifact with parameters of type CachedPlanManager
ArtifactPermissionServiceImpl(CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, BambooPermissionManager bambooPermissionManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.brokenbuildtracker.ui
 

Methods in com.atlassian.bamboo.brokenbuildtracker.ui with parameters of type CachedPlanManager
 void TrackingEnabledCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type CachedPlanManager
 void DefaultBuildExecutionManager.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.build.coverage
 

Methods in com.atlassian.bamboo.build.coverage with parameters of type CachedPlanManager
 void CloverResultWebItemCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void CloverBuildWebItemCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.build.monitoring
 

Methods in com.atlassian.bamboo.build.monitoring with parameters of type CachedPlanManager
 void BuildQueueMonitor.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void BuildHangingMonitor.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

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

Methods in com.atlassian.bamboo.build.strategy with parameters of type CachedPlanManager
 void CronTriggerBuildStrategy.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void AfterSuccessfulPlanTrigger.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.buildqueue.manager
 

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type CachedPlanManager
AgentAssignmentMapImpl(java.lang.Iterable<AgentAssignment> agentAssignments, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService)
           
AgentAssignmentServiceImpl(AgentAssignmentDao agentAssignmentDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, ProjectManager projectManager, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilitySetManager capabilitySetManager, CapabilityRequirementsMatcher capabilityRequirementsMatcher)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.charts
 

Constructors in com.atlassian.bamboo.charts with parameters of type CachedPlanManager
DefaultChartManager(com.atlassian.plugin.PluginAccessor pluginAccessor, IndexedBuildResultsSearcher indexedBuildResultsSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type CachedPlanManager
 void BambooContainer.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.cache
 

Constructors in com.atlassian.bamboo.deployments.cache with parameters of type CachedPlanManager
LinkedDeploymentProjectCacheServiceImpl(CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type CachedPlanManager
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.execution.triggering
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type CachedPlanManager
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
EnvironmentTriggeringActionFactoryImpl(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.projects.service
 

Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type CachedPlanManager
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooPermissionManager bambooPermissionManager, BuildStrategyManager buildStrategyManager, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CachedPlanManager
 void ViewDeploymentVersionJiraIssues.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void CreateDeploymentVersion.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type CachedPlanManager
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork2.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ScopedExclusionService scopedExclusionService)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.filter
 

Methods in com.atlassian.bamboo.filter with parameters of type CachedPlanManager
 void UrlRewriteFilter.setCachedPlanManager(CachedPlanManager cachedPlanManager)
          For testing purposes only
 

Uses of CachedPlanManager in com.atlassian.bamboo.index.quicksearch
 

Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type CachedPlanManager
QuickSearchIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection, IndexerService indexerService, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, com.atlassian.config.db.HibernateConfig hibernateConfig, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, PlanManager planManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.logger
 

Constructors in com.atlassian.bamboo.logger with parameters of type CachedPlanManager
AggregatedChainErrorAccessor(CachedPlanManager cachedPlanManager, ErrorAccessor errorAccessor, ResultsSummaryManager resultsSummaryManager)
           
DecoratedErrorDetailsFactory(AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
DecoratedErrorDetailsImpl(ErrorDetails errorDetails, AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.notification
 

Fields in com.atlassian.bamboo.notification declared as CachedPlanManager
protected  CachedPlanManager AbstractNotificationEventListener.cachedPlanManager
           
 

Methods in com.atlassian.bamboo.notification with parameters of type CachedPlanManager
 void AbstractNotificationEventListener.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan with parameters of type CachedPlanManager
static java.util.Set<PlanKey> PlanHelper.getMasterAndBranchesKeys(CachedPlanManager cachedPlanManager, PlanKey masterOrBranchKey)
          Get keys of all branches and master plan.
static boolean PlanHelper.hasMultipleBranches(CachedPlanManager cachedPlanManager, PlanKey planKey)
           
static boolean PlanHelper.haveTheSameMaster(CachedPlanManager cachedPlanManager, ImmutableChain masterOrBranchA, ImmutableChain masterOrBranchB)
           
static boolean PlanHelper.haveTheSameMaster(CachedPlanManager cachedPlanManager, PlanKey masterOrBranchKeyA, PlanKey masterOrBranchKeyB)
           
static
<T extends ImmutablePlan>
T
PlanTestHelper.mockPlan(CachedPlanManager cachedPlanManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type CachedPlanManager
ExecutableAgentsHelperImpl(CachedPlanManager cachedPlanManager, ExecutionStatusProvider executionStatusProvider, AgentManager agentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, AgentAssignmentService agentAssignmentService, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CapabilitySetManager capabilitySetManager, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor)
           
 

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

Methods in com.atlassian.bamboo.plan.branch with parameters of type CachedPlanManager
static java.lang.String ChainBranchUtils.getChainBranchName(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
 void BranchExpiryJob.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void BranchDetectionJob.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type CachedPlanManager
BranchDetectionServiceImpl(PlanManager planManager, ChainBranchCreationService chainBranchCreationService, RepositoryManager repositoryManager, VcsBranchManager vcsBranchManager, RepositoryCachingFacade repositoryCachingFacade, ErrorHandler errorHandler, ScopedExclusionService scopedExclusionService, com.atlassian.event.api.EventPublisher eventPublisher, JiraBranchLinkingService jiraBranchLinkingService, VariableDefinitionManager variableDefinitionManager, CustomVariableContext customVariableContext, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, CachedPlanManager cachedPlanManager)
           
ImmutableChainPropagatingFacade(CachedPlanManager cachedPlanManager, ImmutableChain chain)
           
 

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

Classes in com.atlassian.bamboo.plan.cache that implement CachedPlanManager
 class CachedPlanManagerImpl
           
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type CachedPlanManager
ImmutableJobImpl(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelManager labelManager, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, ResultsSummaryManager resultsSummaryManager, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager)
           
ImmutableResultsSummaryImpl(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plan.vcsRevision.cleanup
 

Methods in com.atlassian.bamboo.plan.vcsRevision.cleanup with parameters of type CachedPlanManager
 void PlanVcsRevisionHistoryCleanupScheduler.PlanVcsHistoryCleanupJob.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type CachedPlanManager
 void GitCacheHandler.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type CachedPlanManager
 void HgCacheHandler.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.jira.release
 

Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type CachedPlanManager
 void JIRAReleasePlanTrigger.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven
 

Methods in com.atlassian.bamboo.plugins.maven with parameters of type CachedPlanManager
static com.google.common.base.Predicate<PlanKey> MavenFunctions.planHasAutomaticDependencyManagementEnabled(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven.dependencies
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type CachedPlanManager
 void Maven2BuildWebItemCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven.dependencies.events
 

Methods in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type CachedPlanManager
 void RestoreMaven2ParticlesOnServerStartupEventListener.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Constructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type CachedPlanManager
UpdateChainDependenciesEventListener(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.stash.events
 

Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type CachedPlanManager
BranchChangedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher)
           
BranchCreatedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext)
           
BranchDeletedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, BranchDetectionService branchDetectionService)
           
PullRequestOpenedEventListener(BranchDetectionService branchDetectionService, CachedPlanManager cachedPlanManager, PlanManager planManager, BuildDefinitionManager buildDefinitionManager, CustomVariableContext customVariableContext)
           
PullRequestUpdatedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
 

Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type CachedPlanManager
PermissionsResource(HibernateMutableAclService aclService, CachedPlanManager cachedPlanManager)
           
PlanResource(CachedPlanManager cachedPlanManager, DeletionService deletionService, PlanManager planManager)
           
 

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

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type CachedPlanManager
 void ViewFilesCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void HasQuarantinedTestsCondition.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.project
 

Methods in com.atlassian.bamboo.project with parameters of type CachedPlanManager
static com.google.common.base.Predicate<Project> ProjectPredicates.hasPlansThat(CachedPlanManager cachedPlanManager, com.google.common.base.Predicate<? super ImmutablePlan> planFilter)
          Returns predicate that filters project containing plans that match given plan predicate.
static com.google.common.base.Predicate<Project> ProjectPredicates.isEmpty(CachedPlanManager cachedPlanManager)
          Returns predicate that filters project containing no plans.
static com.google.common.base.Predicate<Project> ProjectPredicates.isNotEmpty(CachedPlanManager cachedPlanManager)
          Returns predicate that filters project containing at least one plan.
 

Uses of CachedPlanManager in com.atlassian.bamboo.reports.charts
 

Fields in com.atlassian.bamboo.reports.charts declared as CachedPlanManager
protected  CachedPlanManager BambooReportLineChart.cachedPlanManager
           
 

Methods in com.atlassian.bamboo.reports.charts with parameters of type CachedPlanManager
 void BambooReportLineChart.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary
 

Fields in com.atlassian.bamboo.resultsummary with type parameters of type CachedPlanManager
protected static com.google.common.base.Supplier<CachedPlanManager> AbstractResultsSummary.cachedPlanManagerRef
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary.search
 

Methods in com.atlassian.bamboo.resultsummary.search with parameters of type CachedPlanManager
static org.apache.lucene.search.Query LuceneQueryBuilder.generateBrsQuery(java.util.Map<java.lang.String,java.lang.String[]> parameters, CachedPlanManager cachedPlanManager, PlanManager planManager)
           
 void IndexedBuildResultsSearcherImpl.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary.tests
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type CachedPlanManager
TestQuarantineManagerImpl(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestsManager testsManager, CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security with parameters of type CachedPlanManager
 void BambooPermissionManagerImpl.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void BambooCachingPermissionManagerFacade.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.spring
 

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

Uses of CachedPlanManager in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils with parameters of type CachedPlanManager
static com.google.common.base.Predicate<Project> BambooPredicates.projectIsNotEmpty(CachedPlanManager cachedPlanManager)
          Return predicate for filtering not empty projects (those which contain at least 1 plan)
 

Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.events
 

Constructors in com.atlassian.bamboo.v2.build.events with parameters of type CachedPlanManager
PostBuildCompletedEventListener(CachedPlanManager cachedPlanManager, CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type CachedPlanManager
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, CachedPlanManager cachedPlanManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService, XStreamFactory xStreamFactory, org.springframework.transaction.support.TransactionTemplate transactionTemplate, LocalResultProcessor resultProcessor, long lingoResponseTimeout)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.requirement
 

Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type CachedPlanManager
RequirementServiceImpl(CachedPlanManager cachedPlanManager, com.atlassian.struts.TextProvider textProvider, PlanManager planManager, AuditLogService auditLogService, com.atlassian.event.api.EventPublisher eventPublisher, BambooPermissionManager bambooPermissionManager, CapabilityHelper capabilityHelper, TaskManager taskManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ExecutableAgentsHelper executableAgentsHelper)
           
 

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

Methods in com.atlassian.bamboo.v2.trigger with parameters of type CachedPlanManager
 void DetectChangesAfterBuildCompletedListener.setCashedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as CachedPlanManager
protected  CachedPlanManager BambooActionSupport.cachedPlanManager
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type CachedPlanManager
 void BambooActionSupport.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type CachedPlanManager
 void EditRepository.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.ww2.actions.build.admin.config.task
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type CachedPlanManager
EnvironmentTaskOwner(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
           
TaskOwnerFactory(DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
           
 

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

Constructors in com.atlassian.bamboo.ww2.beans with parameters of type CachedPlanManager
DecoratedNavObjectFactoryImpl(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext)
           
 

Uses of CachedPlanManager in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type CachedPlanManager
 void PlanAwareInterceptor.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void NavigationAwareInterceptor.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 void BuildConfigurationEditInterceptor.setCachedPlanManager(CachedPlanManager cachedPlanManager)
           
 



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