Uses of Interface
com.atlassian.bamboo.plan.cache.CachedPlanManager
Packages that use CachedPlanManager
Package
Description
-
Uses of CachedPlanManager in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type CachedPlanManagerModifierConstructorDescriptionManagedAgentContainersOptimizerImpl
(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
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type CachedPlanManagerModifierConstructorDescriptionInstanceSizeEventProducer
(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentManager agentManager, CachedPlanManager cachedPlanManager, EphemeralAgentsAnalyticsService ephemeralAgentsAnalyticsService) PlanBranchesConfigurationEventProducer
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.artifact
Constructors in com.atlassian.bamboo.artifact with parameters of type CachedPlanManagerModifierConstructorDescriptionArtifactPermissionServiceImpl
(CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, BambooPermissionManager bambooPermissionManager, ArtifactDao artifactDao) -
Uses of CachedPlanManager in com.atlassian.bamboo.brokenbuildtracker.notifications
Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type CachedPlanManagerModifierConstructorDescriptionprotected
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
Constructors in com.atlassian.bamboo.brokenbuildtracker.rest with parameters of type CachedPlanManagerModifierConstructorDescriptionBrokenBuildResource
(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
Methods in com.atlassian.bamboo.build with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
DefaultBuildExecutionManager.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Constructors in com.atlassian.bamboo.build with parameters of type CachedPlanManagerModifierConstructorDescriptionPlanBranchPullRequestServiceImpl
(CachedPlanManager cachedPlanManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestDao planBranchPullRequestDao, PlanManager planManager, VcsPullRequestDao vcsPullRequestDao) -
Uses of CachedPlanManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
BuildHangingMonitor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
BuildQueueMonitor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.build.status
Constructors in com.atlassian.bamboo.build.status with parameters of type CachedPlanManagerModifierConstructorDescriptionAbstractBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type CachedPlanManagerModifierConstructorDescriptionAgentAssignmentMapImpl
(@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
Constructors in com.atlassian.bamboo.buildtrigger with parameters of type CachedPlanManagerModifierConstructorDescriptionPlansGreenCondition
(CachedPlanManager planManager, PlansGreenConditionValidator validator, TemplateRenderer templateRenderer) PlansGreenConditionValidatorImpl
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type CachedPlanManagerModifierConstructorDescriptionChainExecutionManagerImpl
(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
Constructors in com.atlassian.bamboo.chains.branches with parameters of type CachedPlanManager -
Uses of CachedPlanManager in com.atlassian.bamboo.charts
Constructors in com.atlassian.bamboo.charts with parameters of type CachedPlanManagerModifierConstructorDescriptionDefaultChartManager
(com.atlassian.plugin.PluginAccessor pluginAccessor, PlanResultSearcher planResultSearcher, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, PlanManager planManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage with parameters of type CachedPlanManagerModifier 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
Constructors in com.atlassian.bamboo.configuration.external.helpers with parameters of type CachedPlanManagerModifierConstructorDescriptionPlanRepositoryValidator
(@NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type CachedPlanManagerModifierConstructorDescriptionRssTriggeringServiceImpl
(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
Constructors in com.atlassian.bamboo.configuration.external.yaml.export with parameters of type CachedPlanManagerModifierConstructorDescriptionYamlEmitterImpl
(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
Constructors in com.atlassian.bamboo.deployments.cache with parameters of type CachedPlanManagerModifierConstructorDescriptionLinkedDeploymentProjectCacheServiceImpl
(CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.execution.triggering
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type CachedPlanManagerModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(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
Constructors in com.atlassian.bamboo.deployments.projects.events with parameters of type CachedPlanManagerModifierConstructorDescriptionDeploymentProjectEventListener
(AuditLogService auditLogService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ArtifactDefinitionManager artifactDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type CachedPlanManagerModifierConstructorDescriptionDeploymentProjectServiceImpl
(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
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
CreateDeploymentVersion.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
ViewDeploymentVersionJiraIssues.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 CachedPlanManagerModifierConstructorDescriptionDeploymentVersionServiceImpl
(@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
Constructors in com.atlassian.bamboo.index.quicksearch with parameters of type CachedPlanManagerModifierConstructorDescriptionQuickSearchIndexerImpl
(@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
Constructors in com.atlassian.bamboo.js with parameters of type CachedPlanManager -
Uses of CachedPlanManager in com.atlassian.bamboo.logger
Constructors in com.atlassian.bamboo.logger with parameters of type CachedPlanManagerModifierConstructorDescriptionAggregatedChainErrorAccessor
(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
Fields in com.atlassian.bamboo.notification declared as CachedPlanManagerModifier and TypeFieldDescriptionprotected CachedPlanManager
AbstractNotificationEventListener.cachedPlanManager
Methods in com.atlassian.bamboo.notification with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
AbstractNotificationEventListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.notification.buildcompleted
Constructors in com.atlassian.bamboo.notification.buildcompleted with parameters of type CachedPlanManagerModifierConstructorDescriptionAbstractCompletedNotification
(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
Constructors in com.atlassian.bamboo.notification.chain with parameters of type CachedPlanManagerModifierConstructorDescriptionChainCompletedNotification
(BranchStatusService branchStatusService, CachedPlanManager cachedPlanManager, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryViewerManager vcsRepositoryViewerManager, RepositoryDefinitionManager repositoryDefinitionManager, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type CachedPlanManagerModifier 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) Constructors in com.atlassian.bamboo.plan with parameters of type CachedPlanManagerModifierConstructorDescriptionExecutableAgentsHelperImpl
(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
Methods in com.atlassian.bamboo.plan.branch with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionstatic @Nullable String
ChainBranchUtils.getChainBranchName
(@NotNull CachedPlanManager cachedPlanManager, @NotNull CustomVariableContext customVariableContext, @NotNull PlanKey planKey) void
BranchExpiryJob.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Constructors in com.atlassian.bamboo.plan.branch with parameters of type CachedPlanManagerModifierConstructorDescriptionBranchDetectionServiceImpl
(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
Classes in com.atlassian.bamboo.plan.cache that implement CachedPlanManagerConstructors in com.atlassian.bamboo.plan.cache with parameters of type CachedPlanManagerModifierConstructorDescriptionImmutableJobImpl
(ImmutableChain parent, ImmutableChainStage stage, Job job, BuildLoggerManager buildLoggerManager, LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, TaskManager taskManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, BuildDefinition buildDefinition, CachedPlanManager cachedPlanManager, ImmutableArtifactManager immutableArtifactManager) ImmutableResultsSummaryImpl
(ChainResultsSummary summary, TriggerManager triggerManager, ImmutablePlanManager immutablePlanManager, CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plan.pullrequest
Constructors in com.atlassian.bamboo.plan.pullrequest with parameters of type CachedPlanManagerModifierConstructorDescriptionPullRequestDetectionServiceImpl
(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, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestService planBranchPullRequestService, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager, ScopedExclusionService scopedExclusionService, TriggerTypeManager triggerTypeManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugin.servlet
Constructors in com.atlassian.bamboo.plugin.servlet with parameters of type CachedPlanManagerModifierConstructorDescriptionArtifactDownloadStrategy
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, BambooAuthenticationContext bambooAuthenticationContext, BambooContentTypeResolver bambooContentTypeResolver, CachedPlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.artifact
Methods in com.atlassian.bamboo.plugins.artifact with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
ArtifactDownloaderTaskConfigurator.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injectionConstructors in com.atlassian.bamboo.plugins.artifact with parameters of type CachedPlanManagerModifierConstructorDescriptionArtifactDownloaderTaskEventListener
(PlanManager planManager, CachedPlanManager cachedPlanManager, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, TaskConfigurationService taskConfigurationService) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.bitbucket.events
Constructors in com.atlassian.bamboo.plugins.bitbucket.events with parameters of type CachedPlanManagerModifierConstructorDescriptionBitbucketBuildStatusUpdater
(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
Constructors in com.atlassian.bamboo.plugins.bitbucket.v2.webhooks with parameters of type CachedPlanManagerModifierConstructorDescriptionBitbucketCloudWebhooksChangeEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, RssTriggeringService rssDetectionService) BitbucketCloudWebhooksCreateEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, BranchCreationFacade branchCreationFacade) BitbucketCloudWebhooksDeleteEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, RepositoryFinder repositoryFinder, CachedPlanManager cachedPlanManager, ChainBranchManager chainBranchManager, RssExecutionDirectoryManager rssExecutionDirectoryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.git
Constructors in com.atlassian.bamboo.plugins.git with parameters of type CachedPlanManagerModifierConstructorDescriptionGitCacheHandler
(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
Constructors in com.atlassian.bamboo.plugins.github with parameters of type CachedPlanManagerModifierConstructorDescriptionGithubBuildStatusUpdater
(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.jira.release
Constructors in com.atlassian.bamboo.plugins.jira.release with parameters of type CachedPlanManagerModifierConstructorDescriptionJIRAReleasePlanTrigger
(CachedPlanManager cachedPlanManager, ChangeDetectionManager changeDetectionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type CachedPlanManagerModifierConstructorDescriptionJiraIssueLatestRelatedBuildsResource
(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
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
BuildLabeller.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<PlanKey>
MavenFunctions.planHasAutomaticDependencyManagementEnabled
(@NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.maven.dependencies
Methods in com.atlassian.bamboo.plugins.maven.dependencies with parameters of type CachedPlanManagerModifier 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
Methods in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
RestoreMaven2ParticlesOnServerStartupEventListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Deprecated.since 6.8 use constructor injection or annotation injectionConstructors in com.atlassian.bamboo.plugins.maven.dependencies.events with parameters of type CachedPlanManagerModifierConstructorDescriptionUpdateChainDependenciesEventListener
(CachedPlanManager cachedPlanManager, ErrorHandler errorHandler, PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type CachedPlanManagerModifierConstructorDescriptionPlanDirectoryInformationResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.configuration.external with parameters of type CachedPlanManagerModifierConstructorDescriptionBambooPlanConfigExportResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type CachedPlanManagerModifierConstructorDescriptionDeploymentPreviewResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type CachedPlanManagerModifierConstructorDescriptionDeploymentProjectVersioningResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.gadget with parameters of type CachedPlanManagerModifierConstructorDescriptionPlanProjectResource
(CachedPlanManager cachedPlanManager, ProjectManager projectManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.assignment with parameters of type CachedPlanManagerModifierConstructorDescriptionJobAgentAssignmentResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.task with parameters of type CachedPlanManagerModifierConstructorDescriptionTaskConfigResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type CachedPlanManagerModifierConstructorDescriptionAgentAssignmentResource
(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
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type CachedPlanManagerModifierConstructorDescriptionPlanRestServiceImpl
(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanManager planManager, ResultsSummaryManager resultsSummaryManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type CachedPlanManagerModifierConstructorDescriptionBitbucketServerBuildStatusUpdater
(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
Constructors in com.atlassian.bamboo.plugins.stash.events with parameters of type CachedPlanManagerModifierConstructorDescriptionBranchChangedEventListener
(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
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type CachedPlanManagerModifierConstructorDescriptionPlansGroupExecutionManager
(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
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.cache with parameters of type CachedPlanManager -
Uses of CachedPlanManager in com.atlassian.bamboo.plugins.testutils.rest.resource.database
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.database with parameters of type CachedPlanManagerModifierConstructorDescriptionDatabaseResource
(CachedPlanManager cachedPlanManager, com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory, VcsBranchManager vcsBranchManager) -
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 CachedPlanManagerModifierConstructorDescriptionPlanPermissionsResource
(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
Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type CachedPlanManagerModifier 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
Methods in com.atlassian.bamboo.project with parameters of type CachedPlanManagerModifier 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
Fields in com.atlassian.bamboo.reports.charts declared as CachedPlanManagerModifier and TypeFieldDescriptionprotected CachedPlanManager
BambooReportLineChart.cachedPlanManager
Methods in com.atlassian.bamboo.reports.charts with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
BambooReportLineChart.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type CachedPlanManagerModifier and TypeFieldDescriptionprotected static final Supplier<CachedPlanManager>
AbstractResultsSummary.cachedPlanManagerRef
-
Uses of CachedPlanManager in com.atlassian.bamboo.resultsummary.tests
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type CachedPlanManagerModifierConstructorDescriptionTestQuarantineManagerImpl
(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
Constructors in com.atlassian.bamboo.resultsummary.variables with parameters of type CachedPlanManagerModifierConstructorDescriptionResultsSummaryVariableAccessorImpl
(ResultsSummaryManager resultsSummaryManager, VariableContextBaselineDao variableContextBaselineDao, CachedPlanManager cachedPlanManager, VariableDefinitionManager variableDefinitionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
BambooCachingPermissionManagerFacadeImpl.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
BambooPermissionManagerImpl.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Constructors in com.atlassian.bamboo.security with parameters of type CachedPlanManagerModifierConstructorDescriptionBambooCachingPermissionManagerFacadeImpl
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.server.control
Constructors in com.atlassian.bamboo.server.control with parameters of type CachedPlanManagerModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of CachedPlanManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type CachedPlanManagerModifier and TypeFieldDescriptionstatic final Supplier<CachedPlanManager>
ComponentAccessor.CACHED_PLAN_MANAGER
Deprecated. -
Uses of CachedPlanManager in com.atlassian.bamboo.tag.service
Constructors in com.atlassian.bamboo.tag.service with parameters of type CachedPlanManagerModifierConstructorDescriptionTagDetectionServiceImpl
(VcsRepositoryManager vcsRepositoryManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VcsTagDao vcsTagDao, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, TagBuildActionFactoryImpl tagBuildActionFactory) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
DetectChangesAfterBuildCompletedListener.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.trigger.dependency
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type CachedPlanManagerModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(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
Fields in com.atlassian.bamboo.trigger.environment declared as CachedPlanManagerModifier and TypeFieldDescriptionprotected CachedPlanManager
AbstractEnvironmentTriggerConfigurator.cachedPlanManager
Methods in com.atlassian.bamboo.trigger.environment with parameters of type CachedPlanManagerModifier 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
Constructors in com.atlassian.bamboo.trigger.exporters with parameters of type CachedPlanManagerModifierConstructorDescriptionAfterSuccessfulPlanTriggerExporter
(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
Constructors in com.atlassian.bamboo.trigger.remote.rest with parameters of type CachedPlanManagerModifierConstructorDescriptionRemoteTriggerResource
(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
Constructors in com.atlassian.bamboo.user.rename with parameters of type CachedPlanManagerModifierConstructorDescriptionUserRenameInNotifications
(@NotNull NotificationManager notificationManager, @NotNull CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type CachedPlanManagerModifier 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
Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CachedPlanManagerModifierConstructorDescriptionRequirementImmutablePlanMapping
(@NotNull CachedPlanManager cachedPlanManager, @NotNull Requirement requirement, @NotNull PlanKey jobKey) -
Uses of CachedPlanManager in com.atlassian.bamboo.v2.build.events
Constructors in com.atlassian.bamboo.v2.build.events with parameters of type CachedPlanManagerModifierConstructorDescriptionBuildCompletedEventListener
(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
Constructors in com.atlassian.bamboo.v2.build.requirement with parameters of type CachedPlanManagerModifierConstructorDescriptionRequirementServiceImpl
(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
Constructors in com.atlassian.bamboo.warnings with parameters of type CachedPlanManagerModifierConstructorDescriptionWarningsTaskConfigurator
(com.atlassian.sal.api.message.I18nResolver i18nResolver, TaskConfiguratorHelper taskConfiguratorHelper, CachedPlanManager cachedPlanManager, ParsersListProvider parsersListProvider) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as CachedPlanManagerModifier and TypeFieldDescriptionprotected CachedPlanManager
BambooActionSupport.cachedPlanManager
Methods in com.atlassian.bamboo.ww2 with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
BambooActionSupport.setCachedPlanManager
(CachedPlanManager cachedPlanManager) Constructors in com.atlassian.bamboo.ww2 with parameters of type CachedPlanManagerModifierConstructorDescriptionFreemarkerContext
(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
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.repository with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
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 CachedPlanManagerModifierConstructorDescriptionEnvironmentTaskOwner
(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 CachedPlanManagerModifierConstructorDescriptionDecoratedNavObjectFactoryImpl
(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, PlanExecutionManager planExecutionManager) -
Uses of CachedPlanManager in com.atlassian.bamboo.ww2.interceptors
Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type CachedPlanManagerModifier and TypeMethodDescriptionvoid
NavigationAwareInterceptor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) void
PlanAwareInterceptor.setCachedPlanManager
(CachedPlanManager cachedPlanManager) -
Uses of CachedPlanManager in com.atlassian.sal.bamboo.project
Constructors in com.atlassian.sal.bamboo.project with parameters of type CachedPlanManager -
Uses of CachedPlanManager in it.com.atlassian.bamboo.deployments.versions.service
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type CachedPlanManagerModifierConstructorDescriptionDeploymentVersionDeletionServiceWiredTest
(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
Constructors in it.com.atlassian.bamboo.job with parameters of type CachedPlanManagerModifierConstructorDescriptionJobDeletionTest
(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)