Uses of Interface
com.atlassian.bamboo.plan.PlanExecutionManager
-
-
Uses of PlanExecutionManager in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type PlanExecutionManager Modifier and Type Method Description void
DefaultStopBuildManager. setPlanExecutionManager(PlanExecutionManager planExecutionManager)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.js
Methods in com.atlassian.bamboo.js with parameters of type PlanExecutionManager Modifier and Type Method Description void
ViewPlanUpdates. setPlanExecutionManager(PlanExecutionManager planExecutionManager)
Constructors in com.atlassian.bamboo.js with parameters of type PlanExecutionManager Constructor Description PlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.plan
Classes in com.atlassian.bamboo.plan that implement PlanExecutionManager Modifier and Type Class Description class
DelegatingPlanExecutionManager
class
PlanExecutionManagerImpl
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.Methods in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager Modifier and Type Method Description void
AbstractPlan. setPlanExecutionManager(PlanExecutionManager planExecutionManager)
Constructors in com.atlassian.bamboo.plan with parameters of type PlanExecutionManager Constructor Description DelegatingPlanExecutionManager(@NotNull PlanExecutionManager target, @NotNull com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher)
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager)
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, int maximumThreadCount, long threadIdleTimeout)
NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, EventLoggingThreadPoolExecutor executor)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type PlanExecutionManager Constructor 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)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.model.build.status
Fields in com.atlassian.bamboo.plugins.rest.model.build.status declared as PlanExecutionManager Modifier and Type Field Description protected PlanExecutionManager
RestChainResultStatus. planExecutionManager
protected PlanExecutionManager
RestStageResultStatus. planExecutionManager
Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type PlanExecutionManager Constructor Description RestChainResultStatus(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
Fields in com.atlassian.bamboo.plugins.rest.model.chain declared as PlanExecutionManager Modifier and Type Field Description protected PlanExecutionManager
RestChainResult. planExecutionManager
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type PlanExecutionManager Constructor Description RestChainResult(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
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type PlanExecutionManager Constructor Description QueueResource(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutionManager Constructor 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)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.testutils.builds
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type PlanExecutionManager Constructor Description PlansGroupExecutionManager(com.atlassian.event.api.EventPublisher eventPublisher, CachedPlanManager cachedPlanManager, ProjectManager projectManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ResultsSummaryManager resultsSummaryManager)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type PlanExecutionManager Modifier and Type Field Description static Supplier<PlanExecutionManager>
ComponentAccessor. PLAN_EXECUTION_MANAGER
Deprecated. -
Uses of PlanExecutionManager in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanExecutionManager Constructor Description DefaultDependencyBlockingManager(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
Fields in com.atlassian.bamboo.ww2 declared as PlanExecutionManager Modifier and Type Field Description protected PlanExecutionManager
BambooActionSupport. planExecutionManager
Methods in com.atlassian.bamboo.ww2 with parameters of type PlanExecutionManager Modifier and Type Method Description void
BambooActionSupport. setPlanExecutionManager(PlanExecutionManager planExecutionManager)
-
Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanExecutionManager Modifier and Type Method Description void
PlanActionSupport. setPlanExecutionManager(PlanExecutionManager planExecutionManager)
-
Uses of PlanExecutionManager in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type PlanExecutionManager Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-