Uses of Interface
com.atlassian.bamboo.plan.cache.CachedPlanManager
Package
Description
-
Uses of CachedPlanManager in com.atlassian.bamboo.agent.managed.schedule
ModifierConstructorDescriptionManagedAgentContainersOptimizerImpl
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentResultsSummaryManager agentResultsSummaryManager, AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, CachedPlanManager cachedPlanManager, DeploymentResultService deploymentResultService, ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, com.opensymphony.xwork2.TextProvider textProvider, EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of CachedPlanManager in com.atlassian.bamboo.analytics.basedata.collector.generator
ModifierConstructorDescriptionInstanceSizeEventProducer
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentManager agentManager, CachedPlanManager cachedPlanManager, EphemeralAgentsAnalyticsService ephemeralAgentsAnalyticsService) PlanBranchesConfigurationEventProducer
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.artifact
ModifierConstructorDescriptionArtifactPermissionServiceImpl
(CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, BambooPermissionManager bambooPermissionManager, ArtifactDao artifactDao) -
Uses of CachedPlanManager in com.atlassian.bamboo.brokenbuildtracker.notifications
ModifierConstructorDescriptionprotected
AbstractTrackingNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) UserResponsibilityAddedNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) UserResponsibilityRemovedNotification
(BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, TemplateRenderer templateRenderer) -
Uses of CachedPlanManager in com.atlassian.bamboo.brokenbuildtracker.rest
ModifierConstructorDescriptionBrokenBuildResource
(TrackingEntryManager trackingEntryManager, BambooPermissionManager bambooPermissionManager, ResultsSummaryManager resultsSummaryManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooUserManager bambooUserManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginatedDataCollector paginatedDataCollector, LinkService linkService) -
Uses of CachedPlanManager in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionvoid
DefaultBuildExecutionManager.setCachedPlanManager
(CachedPlanManager cachedPlanManager) ModifierConstructorDescriptionPlanBranchPullRequestServiceImpl
(CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestDao planBranchPullRequestDao, PlanManager planManager, VcsPullRequestDao vcsPullRequestDao) -
Uses of CachedPlanManager in com.atlassian.bamboo.build.monitoring
Modifier and TypeMethodDescriptionvoid
BuildHangingMonitor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
BuildQueueMonitor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.build.status
ModifierConstructorDescriptionAbstractBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.buildqueue.manager
ModifierConstructorDescriptionAgentAssignmentMapImpl
(@NotNull Iterable<AgentAssignment> agentAssignments, @NotNull CachedPlanManager cachedPlanManager, @NotNull DeploymentProjectService deploymentProjectService) AgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.buildtrigger
ModifierConstructorDescriptionPlansGreenCondition
(CachedPlanManager planManager, PlansGreenConditionValidator validator, TemplateRenderer templateRenderer) PlansGreenConditionValidatorImpl
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.chains
ModifierConstructorDescriptionChainExecutionManagerImpl
(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister, BambooOpenSessionTemplate bambooOpenSessionTemplate) -
Uses of CachedPlanManager in com.atlassian.bamboo.chains.branches
-
Uses of CachedPlanManager in com.atlassian.bamboo.charts
ModifierConstructorDescriptionDefaultChartManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.clover.build.coverage
Modifier and TypeMethodDescriptionvoid
CloverBuildWebItemCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injectionvoid
CloverResultWebItemCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CachedPlanManager in com.atlassian.bamboo.configuration.external.helpers
ModifierConstructorDescriptionPlanRepositoryValidator
(@NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.configuration.external.rss
ModifierConstructorDescriptionRssTriggeringServiceImpl
(RssDetectionService rssDetectionService, CachedPlanManager cachedPlanManager, SpecsConsumerFactory specsConsumerFactory, PlanBranchPullRequestService planBranchPullRequestService) SpecsConsumerFactoryImpl
(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainResultManager chainResultManager, @NotNull DeploymentImportService deploymentImportService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull PlanConfigImportService planConfigImportService, @NotNull PlanManager planManager, @NotNull PlanPermissionService planPermissionService, @NotNull ProjectImportService projectImportService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull AuditLogService auditLogService, @NotNull BuildDefinitionManager buildDefinitionManager, @NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull FeatureManager featureManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.configuration.external.yaml.export
ModifierConstructorDescriptionYamlEmitterImpl
(CachedPlanManager cachedPlanManager, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskDefinitionExportHelper taskDefinitionExporterHelper, TriggerDefinitionExportHelper triggerDefinitionExportHelper, VcsRepositoryManager repositoryManager, CustomEnvironmentPluginExportHelper customEnvironmentPluginExportHelper, RepositoryExporter repositoryExporter) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.cache
ModifierConstructorDescriptionLinkedDeploymentProjectCacheServiceImpl
(CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.execution.triggering
ModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager) EnvironmentTriggeringActionFactoryImpl
(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService) ScheduledEnvironmentTriggeringAction
(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String, String> triggerConfiguration) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.projects.events
ModifierConstructorDescriptionDeploymentProjectEventListener
(AuditLogService auditLogService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ArtifactDefinitionManager artifactDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, 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, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeMethodDescriptionvoid
CreateDeploymentVersion.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
ViewDeploymentVersionJiraIssues.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionServiceImpl
(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull InternalResultsSummaryAccessor internalResultsSummaryAccessor, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService) -
Uses of CachedPlanManager in com.atlassian.bamboo.index.quicksearch
ModifierConstructorDescriptionQuickSearchIndexerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull DeploymentProjectDao deploymentProjectDao, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull ProjectManager projectManager, @NotNull PlanManager planManager, @NotNull QuickSearchItemDao quickSearchItemDao, @NotNull com.atlassian.bandana.BandanaManager bandanaManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.js
-
Uses of CachedPlanManager in com.atlassian.bamboo.logger
ModifierConstructorDescriptionAggregatedChainErrorAccessor
(CachedPlanManager cachedPlanManager, ErrorAccessor errorAccessor, ResultsSummaryManager resultsSummaryManager) DecoratedErrorDetailsFactory
(AgentManager agentManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) DecoratedErrorDetailsImpl
(@NotNull ErrorDetails errorDetails, @NotNull AgentManager agentManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.notification
Modifier and TypeFieldDescriptionprotected CachedPlanManager
AbstractNotificationEventListener.cachedPlanManager
Modifier and TypeMethodDescriptionvoid
AbstractNotificationEventListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.notification.buildcompleted
ModifierConstructorDescriptionAbstractCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) BuildCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.notification.chain
ModifierConstructorDescriptionChainCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionstatic Stream<ImmutableJob>
PlanHelper.getBranchesForJob
(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableJob masterJob) PlanHelper.getMasterAndBranchesKeys
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches and master plan.PlanHelper.getPlanKeysOfBranchesSharingConfiguration
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches (including master plan if applicable) that share the configuration.static boolean
PlanHelper.hasMultipleBranches
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey) static boolean
PlanHelper.haveTheSameMaster
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKeyA, @NotNull PlanKey masterOrBranchKeyB) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey, @NotNull Class<T> planClass, @Nullable ImmutableChain masterPlan) static <T extends ImmutablePlan>
TPlanTestHelper.mockPlan
(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey, Class<T> planClass) ModifierConstructorDescriptionExecutableAgentsHelperImpl
(CachedPlanManager cachedPlanManager, ExecutionStatusProvider executionStatusProvider, com.atlassian.plugin.PluginAccessor pluginAccessor, AgentAssignmentService agentAssignmentService, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CapabilitySetManager capabilitySetManager, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, EphemeralAgentsService ephemeralAgentsService, EnvironmentCustomConfigService environmentCustomConfigService) PlanExecutionManagerImpl
(BuildExecutionManager buildExecutionManager, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, CachedPlanManager cachedPlanManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter, com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionstatic @Nullable String
ChainBranchUtils.getChainBranchName
(@NotNull CachedPlanManager cachedPlanManager, @NotNull CustomVariableContext customVariableContext, @NotNull PlanKey planKey) void
BranchExpiryJob.setCachedPlanManager
(CachedPlanManager cachedPlanManager) ModifierConstructorDescriptionBranchDetectionServiceImpl
(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) BranchIntegrationServiceImpl
(CachedPlanManager cachedPlanManager, RepositoryDefinitionManager repositoryDefinitionManager) ImmutableChainPropagatingFacade
(@NotNull CachedPlanManager cachedPlanManager, @NotNull ImmutableChain chain) LightweightBranchCreationServiceImpl
(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescriptionstatic ImmutableJobImpl
ImmutableJobImpl.createLightweightImmutableJob
(ImmutableChain parent, ImmutableChainStage stage, ImmutableJob job, BuildLoggerManager buildLoggerManager, LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager) ModifierConstructorDescriptionImmutableResultsSummaryImpl
(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan.pullrequest
ModifierConstructorDescriptionPullRequestDetectionServiceImpl
(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, ErrorHandler errorHandler, org.springframework.orm.hibernate5.HibernateTemplate hibernateTemplate, RepositoryCachingFacade repositoryCachingFacade, ScopedExclusionService scopedExclusionService, VcsPullRequestService vcsPullRequestService, VcsRepositoryManager vcsRepositoryManager) PullRequestWorkflowEventListener
(BranchCreationFacade branchCreationFacade, BuildDefinitionConverter buildDefinitionConverter, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, PlanBranchPullRequestService planBranchPullRequestService, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugin.servlet
ModifierConstructorDescriptionArtifactDownloadStrategy
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext bambooAuthenticationContext, BambooContentTypeResolver bambooContentTypeResolver, CachedPlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.artifact
Modifier and TypeMethodDescriptionvoid
ArtifactDownloaderTaskConfigurator.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injectionModifierConstructorDescriptionArtifactDownloaderTaskEventListener
(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.bitbucket.events
ModifierConstructorDescriptionBitbucketBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BitbucketApiService bitbucketApiService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks
ModifierConstructorDescriptionBitbucketCloudWebhooksChangeEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) BitbucketCloudWebhooksCreateEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, BranchCreationFacade branchCreationFacade) BitbucketCloudWebhooksDeleteEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, BitbucketRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, RssExecutionDirectoryManager rssExecutionDirectoryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.git
ModifierConstructorDescriptionGitCacheHandler
(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.github
ModifierConstructorDescriptionGithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist) protected
GithubBuildStatusUpdater
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, CredentialsAccessor credentialsAccessor, com.atlassian.plugins.whitelist.OutboundWhitelist outboundWhitelist, com.atlassian.bamboo.plugins.github.GithubBuildStatusUpdater.QuadroFunction<String, String, String, com.atlassian.plugins.whitelist.OutboundWhitelist, GitHubAccessor> gitHubAccessorProvider) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.github.webhooks
ModifierConstructorDescriptionGithubWebhooksChangeEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) GithubWebhooksCreateEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, BranchCreationFacade branchCreationFacade) GithubWebhooksDeleteEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, GithubRepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, RssExecutionDirectoryManager rssExecutionDirectoryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.jira.release
ModifierConstructorDescriptionJIRAReleasePlanTrigger
(CachedPlanManager cachedPlanManager, ChangeDetectionManager changeDetectionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.jira.rest.resource
ModifierConstructorDescriptionJiraIssueLatestRelatedBuildsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager) JiraIssueRelatedDeploymentsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.labeller
Modifier and TypeMethodDescriptionvoid
BuildLabeller.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<PlanKey>
MavenFunctions.planHasAutomaticDependencyManagementEnabled
(@NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven.dependencies
Modifier and TypeMethodDescriptionvoid
Maven2BuildWebItemCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven.dependencies.events
Modifier and TypeMethodDescriptionvoid
RestoreMaven2ParticlesOnServerStartupEventListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injectionModifierConstructorDescriptionUpdateChainDependenciesEventListener
(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.build
ModifierConstructorDescriptionPlanDirectoryInformationResource
(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser, RestAuthenticationContext restAuthenticationContext, com.atlassian.sal.api.web.context.HttpContext httpContext) PlanResource
(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.configuration.external
ModifierConstructorDescriptionBambooPlanConfigExportResource
(PlanConfigExportService planConfigExportService, CachedPlanManager cachedPlanManager, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.deployments.execution
ModifierConstructorDescriptionDeploymentPreviewResource
(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator<Object> jsonator, CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.deployments.projects
ModifierConstructorDescriptionDeploymentProjectVersioningResource
(VariableDefinitionManager variableDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.gadget
ModifierConstructorDescriptionPlanProjectResource
(CachedPlanManager cachedPlanManager, ProjectManager projectManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment
ModifierConstructorDescriptionJobAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, ElasticImageConfigurationManager elasticImageConfigurationManager, EphemeralAgentsService ephemeralAgentsService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, InputParser inputParser, CachedPlanManager planManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.plan.stage.job.task
ModifierConstructorDescriptionTaskConfigResource
(com.atlassian.sal.api.message.I18nResolver i18nResolver, InputParser inputParser, JobService jobService, TaskService taskService, CachedPlanManager cachedPlanManager, PaginationService paginationService, TaskConversionFunction taskConversionFunction) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionAgentAssignmentResource
(AgentAssignmentService agentAssignmentService, AgentManager agentManager, DeploymentProjectService deploymentProjectService, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentService environmentService, EphemeralAgentsService ephemeralAgentsService, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedPlanManager cachedPlanManager, PlanRestService planRestService, ProjectManager projectManager, RestAuthenticationContext restAuthenticationContext) ChartResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedPlanManager cachedPlanManager, ChartManager chartManager) ExpirySettingsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PaginationService paginationService, PlanManager planManager) FaviconResource
(CachedPlanManager cachedPlanManager) ProjectResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction, RestAuthenticationContext restAuthenticationContext) RepositoryResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) SearchResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, ExtendedAuthorManager authorManager, PlanRestService planRestService, ProjectsRestService projectsRestService, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestAuthenticationContext restAuthenticationContext) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.service
ModifierConstructorDescriptionPlanRestServiceImpl
(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.stash
ModifierConstructorDescriptionBitbucketServerBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, ErrorHandler errorHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, TemplateRenderer templateRenderer, RepositoryDefinitionManager repositoryDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.stash.events
ModifierConstructorDescriptionBranchChangedEventListener
(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, com.atlassian.event.remote.RemoteEventListenerRegistrar listenerRegistrar, RepositoryFinder repositoryFinder, RssTriggeringService rssTriggeringService) BranchCreatedEventListener
(BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory) BranchDeletedEventListener
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, CustomVariableContext customVariableContext, com.atlassian.event.api.EventPublisher eventPublisher, RssExecutionDirectoryManager rssExecutionDirectoryManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, RepositoryFinder repositoryFinder) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.builds
ModifierConstructorDescriptionPlansGroupExecutionManager
(com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ProjectManager projectManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.cache
-
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.database
ModifierConstructorDescriptionDatabaseResource
(CachedPlanManager cachedPlanManager, com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory, VcsBranchManager vcsBranchManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
ModifierConstructorDescriptionPlanPermissionsResource
(CachedPlanManager cachedPlanManager, PermissionsTestService permissionsTestService) PlanResource
(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService, RestAuthenticationContext restAuthenticationContext) ResultResource
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, BuildResultWarningSummaryManager warningSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.web.conditions
Modifier and TypeMethodDescriptionvoid
HasPlansToCloneCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
HasQuarantinedTestsCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
PlansExistCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
TopLevelPlanAdminTabCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
TopLevelPlanEditTabCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
ViewFilesCondition.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.project
Modifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<Project>
ProjectPredicates.isEmpty
(@NotNull CachedPlanManager cachedPlanManager) Returns predicate that filters project containing no plans.static com.google.common.base.Predicate<Project>
ProjectPredicates.isNotEmpty
(@NotNull CachedPlanManager cachedPlanManager) Returns predicate that filters project containing at least one plan.ProjectPredicates.withPlansThat
(@NotNull CachedPlanManager cachedPlanManager, Predicate<? super ImmutableChain> planFilter) Returns predicate that filters project containing plans that match given plan predicate. -
Uses of CachedPlanManager in com.atlassian.bamboo.reports.charts
Modifier and TypeFieldDescriptionprotected CachedPlanManager
BambooReportLineChart.cachedPlanManager
Modifier and TypeMethodDescriptionvoid
BambooReportLineChart.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary
Modifier and TypeFieldDescriptionprotected static final Supplier<CachedPlanManager>
AbstractResultsSummary.cachedPlanManagerRef
-
Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary.tests
ModifierConstructorDescriptionTestQuarantineManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestsManager testsManager, CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher) TestsManagerImpl
(TestCaseDao testCaseDao, TestCaseResultDao testCaseResultDao, TestResultsDao testResultsDao, TestsDao testsDao, PlanManager planManager, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary.variables
ModifierConstructorDescriptionResultsSummaryVariableAccessorImpl
(ResultsSummaryManager resultsSummaryManager, VariableContextBaselineDao variableContextBaselineDao, CachedPlanManager cachedPlanManager, VariableDefinitionManager variableDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.security
Modifier and TypeMethodDescriptionvoid
BambooCachingPermissionManagerFacadeImpl.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
BambooPermissionManagerImpl.setCachedPlanManager
(CachedPlanManager cachedPlanManager) ModifierConstructorDescriptionBambooCachingPermissionManagerFacadeImpl
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.server.control
ModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of CachedPlanManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<CachedPlanManager>
ComponentAccessor.CACHED_PLAN_MANAGER
Deprecated. -
Uses of CachedPlanManager in com.atlassian.bamboo.tag.service
ModifierConstructorDescriptionTagDetectionServiceImpl
(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger
Modifier and TypeMethodDescriptionvoid
DetectChangesAfterBuildCompletedListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger.dependency
ModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, String stageName) EnvironmentDependencyListener
(EnvironmentDependencyService environmentDependencyService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger.environment
Modifier and TypeFieldDescriptionprotected CachedPlanManager
AbstractEnvironmentTriggerConfigurator.cachedPlanManager
Modifier and TypeMethodDescriptionvoid
AbstractEnvironmentTriggerConfigurator.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger.exporters
ModifierConstructorDescriptionAfterSuccessfulPlanTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) AfterSuccessfulStageTriggerExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService) ScheduledTriggerDefinitionExporter
(CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, PlanManager planManager, DeploymentProjectService deploymentProjectService) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger.remote.rest
ModifierConstructorDescriptionRemoteTriggerResource
(CachedPlanManager cachedPlanManager, RemoteTriggerService remoteTriggerService, com.atlassian.event.api.EventPublisher eventPublisher, CustomVariableContext customVariableContext, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Uses of CachedPlanManager in com.atlassian.bamboo.user.rename
ModifierConstructorDescriptionUserRenameInNotifications
(@NotNull NotificationManager notificationManager, @NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.base.Predicate<Project>
BambooPredicates.projectIsNotEmpty
(@NotNull 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.agent.capability
ModifierConstructorDescriptionRequirementImmutablePlanMapping
(@NotNull CachedPlanManager cachedPlanManager, @NotNull Requirement requirement, @NotNull PlanKey jobKey) -
Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.events
ModifierConstructorDescriptionBuildCompletedEventListener
(CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, CachedPlanManager cachedPlanManager, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor) PostBuildCompletedEventListener
(CachedPlanManager cachedPlanManager, CustomVariableContextRunner customVariableContextRunner, ErrorUpdateHandler errorUpdateHandler, com.atlassian.plugin.PluginAccessor pluginAccessor) -
Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.requirement
ModifierConstructorDescriptionRequirementServiceImpl
(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.warnings
ModifierConstructorDescriptionWarningsTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper, CachedPlanManager cachedPlanManager, ParsersListProvider parsersListProvider) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2
Modifier and TypeFieldDescriptionprotected CachedPlanManager
BambooActionSupport.cachedPlanManager
Modifier and TypeMethodDescriptionvoid
BambooActionSupport.setCachedPlanManager
(CachedPlanManager cachedPlanManager) ModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2.actions.build.admin.config.repository
Modifier and TypeMethodDescriptionvoid
EditRepository.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2.actions.build.admin.config.task
ModifierConstructorDescriptionEnvironmentTaskOwner
(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager) TaskOwnerFactory
(DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2.beans
ModifierConstructorDescriptionDecoratedNavObjectFactoryImpl
(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, PlanExecutionManager planExecutionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2.interceptors
Modifier and TypeMethodDescriptionvoid
NavigationAwareInterceptor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
PlanAwareInterceptor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.sal.bamboo.project
-
Uses of CachedPlanManager in it.com.atlassian.bamboo.deployments.versions.service
ModifierConstructorDescriptionDeploymentVersionDeletionServiceWiredTest
(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService) -
Uses of CachedPlanManager in it.com.atlassian.bamboo.job
ModifierConstructorDescriptionJobDeletionTest
(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)