Package | Description |
---|---|
com.atlassian.bamboo.plan |
Modifier and Type | Interface and Description |
---|---|
interface |
PlanExecutionManager
Generic Execution Manager for
Plan 's |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPlanExecutionManager |
class |
ExecutionStatusProviderImpl |
class |
PlanExecutionManagerImpl
We have 3 (yes, three) ways to handle
BuildDetectionAction , it all depends which interface is implemented:
UnconditionalBuildDetectionAction - meaning: if this action is created we know we want to start a build. |
Constructor and Description |
---|
ExecutableAgentsHelperImpl(CachedPlanManager cachedPlanManager,
ExecutionStatusProvider executionStatusProvider,
com.atlassian.plugin.PluginAccessor pluginAccessor,
AgentAssignmentService agentAssignmentService,
CapabilityRequirementsMatcher capabilityRequirementsMatcher,
CapabilitySetManager capabilitySetManager,
ElasticInstanceManager elasticInstanceManager,
ElasticImageConfigurationAccessor elasticImageConfigurationAccessor) |
PlanExecutionConcurrencyServiceImpl(com.opensymphony.xwork2.TextProvider textProvider,
ExecutionStatusProvider executionStatusProvider) |
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) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.