Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutablePlanCacheService
Packages that use ImmutablePlanCacheService
Package
Description
-
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionClusterEventProducer(BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionStopOldestBuildsEventListener(ChainExecutionManager chainExecutionManager, ImmutablePlanCacheService immutablePlanCacheService, InternalResultsSummaryAccessor resultsSummaryAccessor, CommentService commentService, org.apache.struts2.text.TextProvider textProvider) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.chains.cache
Methods in com.atlassian.bamboo.chains.cache with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionstatic ImmutableChainStageImplImmutableChainStageImpl.createImmutableChainStageBasedOnFlatData(@NotNull ImmutableChain chain, @NotNull FlatChainStageDto stageDto, @NotNull ImmutablePlanManager immutablePlanManager, @NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, boolean isLightWeight) static ImmutableChainStageImplImmutableChainStageImpl.createLightweightImmutableChainState(@NotNull ImmutableChain chain, @NotNull ImmutableChainStage mutableStage, @NotNull ImmutablePlanManager immutablePlanManager, @NotNull ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.grpc
Constructors in com.atlassian.bamboo.grpc with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionGrpcServer(ClusterNodeProperties clusterNodeProperties, ImmutablePlanCacheService immutablePlanCacheService, PluginClusterAwareService pluginClusterAwareService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, GrpcBackedCacheManager grpcBackedCacheManager, BambooClusterSettings bambooClusterSettings, BambooClusterNodeHeartbeatService bambooClusterNodeHeartbeatService, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, GrpcChannelService grpcChannelService, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.grpc.receiver
Constructors in com.atlassian.bamboo.grpc.receiver with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionBambooCrossNodesEventsReceiverService(ImmutablePlanCacheService immutablePlanCacheService, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeadLetterQueue deadLetterQueue, org.springframework.security.core.session.SessionRegistry sessionRegistry, BambooUserManager bambooUserManager, ClusterAwareLifecycleManager clusterAwareLifecycleManager, FileBasedPersister fileBasedPersister, com.atlassian.event.api.EventPublisher eventPublisher, ClusterMessageReceiver clusterMessageReceiver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.hibernate.invalidators
Methods in com.atlassian.bamboo.hibernate.invalidators with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionvoidBuildDefinitionInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.jira.issuelink
Constructors in com.atlassian.bamboo.jira.issuelink with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionJiraBranchLinkingServiceImpl(PlanManager planManager, JiraRemoteIssueManager jiraRemoteIssueManager, JiraRestService jiraRestService, JiraApplinksService jiraApplinksService, JiraIssueUtils jiraIssueUtils, ImpersonationService impersonationService, ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.migration
Constructors in com.atlassian.bamboo.migration with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionImportExportManagerImpl(DeletionService deletionService, XmlMigrator xmlMigrator, org.apache.struts2.text.TextProvider textProvider, AdminErrorHandler adminErrorHandler, DummyResultsSummaryCache dummyResultsSummaryCache, ImmutablePlanCacheService immutablePlanCacheService, ClusterAwareLifecycleManager clusterAwareLifecycleManager) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan
Methods in com.atlassian.bamboo.plan with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionstatic <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull PlanKey planKey, Class<T> planClass) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.analytics
Constructors in com.atlassian.bamboo.plan.analytics with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionActivePlansDeploymentsAnalyticsServiceImpl(ImmutablePlanCacheService immutablePlanCacheService, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentResultService deploymentResultService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionvoidBranchExpiryJob.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.branch.cache
Methods in com.atlassian.bamboo.plan.branch.cache with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionstatic ImmutableChainBranchImplImmutableChainBranchImpl.createImmutableChainBranchBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) static ImmutableChainBranchImplImmutableChainBranchImpl.createImmutableChainBranchOnCacheReload(EnrichedPlanDto dto, ImmutableChain masterChain, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.cache
Classes in com.atlassian.bamboo.plan.cache that implement ImmutablePlanCacheServiceMethods in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionstatic ImmutableChainImplImmutableChainImpl.createImmutableChainBasedOnFlatData(EnrichedPlanDto dto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) voidImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate.Constructors in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionprotectedAbstractImmutableChain(EnrichedPlanDto dto, ImmutableChain masterChain, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) protectedAbstractImmutableChain(EnrichedPlanDto dto, Pair<ImmutableChain, EnrichedPlanDto> masterWithMasterDto, List<FlatChainStageDto> chainStages, Map<Long, List<EnrichedPlanDto>> jobsGroupedByStageId, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BambooSpecsSourceDao bambooSpecsSourceDao, NotificationManager notificationManager, BuildDefinitionManager buildDefinitionManager) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.plan.cache.index
Constructors in com.atlassian.bamboo.plan.cache.index with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionPlanBranchCacheIndexer(ImmutablePlanCacheService immutablePlanCacheService) PlanCacheIndicesImpl(VcsRepositoryManager vcsRepositoryManager, ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ImmutablePlanCacheServiceModifier and TypeFieldDescriptionstatic final Supplier<ImmutablePlanCacheService> ComponentAccessor.IMMUTABLE_PLAN_CACHE_SERVICEDeprecated. -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.build.dependencies
Constructors in com.atlassian.bamboo.v2.build.dependencies with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionDependencyTreeBuilderImpl(ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionDefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionvoidChangeDetectionListener.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService) voidChangeDetectionListenerAction.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService) Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ImmutablePlanCacheServiceModifierConstructorDescriptionChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory) DependencyChainListener(BuildDetectionActionFactory buildDetectionActionFactory, DependencyBlockingManager dependencyBlockingManager, ImmutablePlanCacheService immutablePlanCacheService, PlanDependencyManager planDependencyManager, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, BuildResultsSummaryManagerImpl resultsSummaryManager) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionvoidViewBambooInternals.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService) -
Uses of ImmutablePlanCacheService in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type ImmutablePlanCacheServiceModifier and TypeMethodDescriptionvoidIsBranchCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService) voidIsTopLevelPlanCondition.setImmutablePlanCacheService(ImmutablePlanCacheService immutablePlanCacheService)