Uses of Interface
com.atlassian.bamboo.plan.PlanExecutionManager
Package
Description
-
Uses of PlanExecutionManager in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionvoid
DefaultStopBuildManager.setPlanExecutionManager
(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.js
Modifier and TypeMethodDescriptionvoid
ViewPlanUpdates.setPlanExecutionManager
(PlanExecutionManager planExecutionManager) ModifierConstructorDescriptionPlanDecorator
(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plan
Modifier and TypeClassDescriptionclass
class
We have 3 (yes, three) ways to handleBuildDetectionAction
, it all depends which interface is implemented:UnconditionalBuildDetectionAction
- meaning: if this action is created we know we want to start a build.Modifier and TypeMethodDescriptionvoid
AbstractPlan.setPlanExecutionManager
(PlanExecutionManager planExecutionManager) ModifierConstructorDescriptionDelegatingPlanExecutionManager
(@NotNull PlanExecutionManager target, @NotNull com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) NonBlockingPlanExecutionServiceImpl
(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl) protected
NonBlockingPlanExecutionServiceImpl
(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl, int maximumThreadCount, long threadIdleTimeout) protected
NonBlockingPlanExecutionServiceImpl
(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl, EventLoggingThreadPoolExecutor executor) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.deployments.execution
ModifierConstructorDescriptionDeploymentQueueResource
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.model.build.status
Modifier and TypeFieldDescriptionprotected PlanExecutionManager
RestChainResultStatus.planExecutionManager
protected PlanExecutionManager
RestStageResultStatus.planExecutionManager
ModifierConstructorDescriptionRestChainResultStatus
(ChainExecution chainExecution, PlanExecutionManager planExecutionManager) RestJobResultStatus
(BuildExecution buildExecution, PlanExecutionManager planExecutionManager) RestStageResultStatus
(StageExecution stageExecution, PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.model.chain
Modifier and TypeFieldDescriptionprotected PlanExecutionManager
RestChainResult.planExecutionManager
ModifierConstructorDescriptionRestChainResult
(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable 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) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionQueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, LocalResultProcessor localResultProcessor, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.service
ModifierConstructorDescriptionPlanRestServiceImpl
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.testutils.builds
ModifierConstructorDescriptionPlansGroupExecutionManager
(com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ProjectManager projectManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<PlanExecutionManager>
ComponentAccessor.PLAN_EXECUTION_MANAGER
Deprecated. -
Uses of PlanExecutionManager 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 PlanExecutionManager in com.atlassian.bamboo.ww2
Modifier and TypeFieldDescriptionprotected PlanExecutionManager
BambooActionSupport.planExecutionManager
Modifier and TypeMethodDescriptionvoid
BambooActionSupport.setPlanExecutionManager
(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.actions
Modifier and TypeMethodDescriptionvoid
PlanActionSupport.setPlanExecutionManager
(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.beans
Modifier and TypeMethodDescriptionstatic @Nullable DecoratedResult
DecoratedResult.decorateChainResult
(@NotNull PlanExecutionManager planExecutionManager, @NotNull ChainResultsSummary resultsSummary, @NotNull DecoratedPlan decoratedPlan, @NotNull DecoratedNavObjectFactory decoratedNavObjectFactory) Decorate aChainResultsSummary
.ModifierConstructorDescriptionDecoratedNavObjectFactoryImpl
(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, PlanExecutionManager planExecutionManager) DecoratedResultStatus
(PlanExecutionManager planExecutionManager, ResultsSummary resultSummary, DecoratedResult decoratedResult) -
Uses of PlanExecutionManager in it.com.atlassian.bamboo.job
ModifierConstructorDescriptionJobDeletionTest
(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)