Uses of Interface
com.atlassian.bamboo.chains.ChainExecutionManager
Package
Description
-
Uses of ChainExecutionManager in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionvoid
PlanResultsAction.setChainExecutionManager
(ChainExecutionManager chainExecutionManager) ModifierConstructorDescriptionStopOldestBuildsEventListener
(ChainExecutionManager chainExecutionManager, ImmutablePlanCacheService immutablePlanCacheService, InternalResultsSummaryAccessor resultsSummaryAccessor, CommentService commentService, com.atlassian.struts.TextProvider textProvider) -
Uses of ChainExecutionManager in com.atlassian.bamboo.chains
Modifier and TypeClassDescriptionclass
This class is registered as event listenerChainExecutionManagerImpl.postConstruct()
-
Uses of ChainExecutionManager in com.atlassian.bamboo.container.startup
ModifierConstructorDescriptionPendingBuildResultsStateRestorationImpl
(ResultsSummaryManager resultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ChainExecutionManager chainExecutionManager, BuildExecutionManager buildExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of ChainExecutionManager in com.atlassian.bamboo.js
ModifierConstructorDescriptionPlanDecorator
(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey) -
Uses of ChainExecutionManager in com.atlassian.bamboo.plan
Modifier and TypeMethodDescriptionvoid
AbstractChain.setChainExecutionManager
(ChainExecutionManager chainExecutionManager) -
Uses of ChainExecutionManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<ChainExecutionManager>
ComponentAccessor.CHAIN_EXECUTION_MANAGER
Deprecated. -
Uses of ChainExecutionManager in com.atlassian.bamboo.v2.build.trigger
ModifierConstructorDescriptionDefaultDependencyBlockingManager
(DependencyTreeBuilder dependencyTreeBuilder, ImmutablePlanCacheService immutablePlanCacheService, ChangeDetectionManager changeDetectionManager, PlanExecutionManager planExecutionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, BuildNumberGeneratorService buildNumberGenerator, ChainExecutionManager chainExecutionManager, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of ChainExecutionManager in com.atlassian.bamboo.ww2.actions
Modifier and TypeFieldDescriptionprotected ChainExecutionManager
ChainActionSupport.chainExecutionManager
Modifier and TypeMethodDescriptionvoid
ChainActionSupport.setChainExecutionManager
(ChainExecutionManager chainExecutionManager) -
Uses of ChainExecutionManager in com.atlassian.bamboo.ww2.actions.build
Modifier and TypeMethodDescriptionvoid
ChainJsonProviderAction.setChainExecutionManager
(ChainExecutionManager chainExecutionManager)