Modifier and Type | Method and Description |
---|---|
void |
DefaultStopBuildManager.setPlanExecutionManager(PlanExecutionManager planExecutionManager) |
Modifier and Type | Method and Description |
---|---|
void |
ViewPlanUpdates.setPlanExecutionManager(PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
PlanDecorator(ImmutableTopLevelPlan plan,
Long currentTime,
boolean favourite,
ChainExecutionManager chainExecutionManager,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPlanExecutionManager |
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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlan.setPlanExecutionManager(PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
DelegatingPlanExecutionManager(PlanExecutionManager target,
com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) |
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
DeploymentQueueResource(BuildQueueManager buildQueueManager,
BambooUserManager bambooUserManager,
DeploymentExecutionService deploymentExecutionService,
DeploymentProjectService deploymentProjectService,
DeploymentResultService deploymentResultService,
DeploymentVersionService deploymentVersionService,
EnvironmentService environmentService,
EnvironmentTriggeringActionFactory environmentTriggeringActionFactory,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
PlanExecutionManager planExecutionManager) |
Modifier and Type | Field and Description |
---|---|
protected PlanExecutionManager |
RestChainResultStatus.planExecutionManager |
protected PlanExecutionManager |
RestStageResultStatus.planExecutionManager |
Constructor and Description |
---|
RestChainResultStatus(ChainExecution chainExecution,
PlanExecutionManager planExecutionManager) |
RestJobResultStatus(BuildExecution buildExecution,
PlanExecutionManager planExecutionManager) |
RestStageResultStatus(StageExecution stageExecution,
PlanExecutionManager planExecutionManager) |
Modifier and Type | Field and Description |
---|---|
protected PlanExecutionManager |
RestChainResult.planExecutionManager |
Constructor and Description |
---|
RestChainResult(ChainResultsSummary buildSummary,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildLoggerManager buildLoggerManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
ExecutableAgentsHelper executableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
PlanRestService planRestService,
ArtifactLinkManager artifactLinkManager) |
RestChainResultDetails(ChainResultsSummary buildSummary,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResult,
BuildLoggerManager buildLoggerManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
ExecutableAgentsHelper executableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
PlanRestService planRestService,
ArtifactLinkManager artifactLinkManager) |
RestStageResult(ChainStageResult chainStageResult,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.UriBuilder baseUriBuilder,
boolean detailedResults,
BuildLoggerManager buildLoggerManager,
PlanExecutionManager planExecutionManager,
BuildQueueManager buildQueueManager,
StageStatusHelper stageStatusHelper,
List<ChainStageResult> chainStageResults,
ExecutableAgentsHelper executableAgentsHelper,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
PlanRestService planRestService) |
Constructor and Description |
---|
QueueResource(PlanRestService planRestService,
BambooPermissionManager bambooPermissionManager,
BambooUserManager bambooUserManager,
BuildQueueManager buildQueueManager,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
PlanExecutionManager planExecutionManager,
ResultsSummaryManager resultsSummaryManager) |
Constructor and Description |
---|
PlanRestServiceImpl(BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory,
BambooUserManager bambooUserManager,
CachedPlanManager cachedPlanManager,
LabelManager labelManager,
PlanExecutionManager planExecutionManager,
PlanManager planManager,
ResultsSummaryManager resultsSummaryManager) |
ResultServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor,
ArtifactLinkManager artifactLinkManager,
BambooUserManager bambooUserManager,
BuildLogFileAccessorFactory buildLogFileAccessorFactory,
BuildLoggerManager buildLoggerManager,
BuildQueueManager buildQueueManager,
CommentService commentService,
ExecutableAgentsHelper executableAgentsHelper,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
LabelManager labelManager,
PlanExecutionManager planExecutionManager,
PlanRestService planRestService,
ProjectsRestService projectsRestService,
ResultsSummaryManager resultsSummaryManager,
StageStatusHelper stageStatusHelper) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Supplier<PlanExecutionManager> |
ComponentAccessor.PLAN_EXECUTION_MANAGER
Deprecated.
|
Constructor and Description |
---|
DefaultDependencyBlockingManager(DependencyTreeBuilder dependencyTreeBuilder,
ImmutablePlanCacheService immutablePlanCacheService,
ChangeDetectionManager changeDetectionManager,
PlanExecutionManager planExecutionManager,
TriggerManager triggerManager,
ErrorUpdateHandler errorUpdateHandler,
BuildNumberGeneratorService buildNumberGenerator,
ChainExecutionManager chainExecutionManager,
BuildContextBuilderFactory buildContextBuilderFactory) |
Modifier and Type | Field and Description |
---|---|
protected PlanExecutionManager |
BambooActionSupport.planExecutionManager |
Modifier and Type | Method and Description |
---|---|
void |
BambooActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager) |
Modifier and Type | Method and Description |
---|---|
void |
PlanActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
JobDeletionTest(PlanConfigImportService planConfigImportService,
DeletionService deletionService,
ResultsSummaryManager resultsSummaryManager,
StorageLocationService storageLocationService,
CachedPlanManager cachedPlanManager,
PlanExecutionManager planExecutionManager,
BambooUserManager bambooUserManager,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactLinkManager artifactLinkManager,
PlanManager planManager,
ImpersonationService impersonationService) |
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.