Uses of Interface
com.atlassian.bamboo.plan.PlanExecutionManager
Packages that use PlanExecutionManager
Package
Description
-
Uses of PlanExecutionManager in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type PlanExecutionManagerModifier and TypeMethodDescriptionvoidDefaultStopBuildManager.setPlanExecutionManager(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.js
Methods in com.atlassian.bamboo.js with parameters of type PlanExecutionManagerModifier and TypeMethodDescriptionvoidViewPlanUpdates.setPlanExecutionManager(PlanExecutionManager planExecutionManager) Constructors in com.atlassian.bamboo.js with parameters of type PlanExecutionManagerModifierConstructorDescriptionPlanDecorator(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 PlanExecutionManagerModifier and TypeClassDescriptionclassclassWe 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 PlanExecutionManagerModifier and TypeMethodDescriptionvoidAbstractPlan.setPlanExecutionManager(PlanExecutionManager planExecutionManager) Constructors in com.atlassian.bamboo.plan with parameters of type PlanExecutionManagerModifierConstructorDescriptionDelegatingPlanExecutionManager(@NotNull PlanExecutionManager target, @NotNull com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) NonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl) protectedNonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl, int maximumThreadCount, long threadIdleTimeout) protectedNonBlockingPlanExecutionServiceImpl(PlanExecutionManager planExecutionManager, PlanExecutionLaunchControl planExecutionLaunchControl, 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 PlanExecutionManagerModifierConstructorDescriptionDeploymentQueueResource(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, CachedEnvironmentService 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
Fields in com.atlassian.bamboo.plugins.rest.model.build.status declared as PlanExecutionManagerModifier and TypeFieldDescriptionprotected PlanExecutionManagerRestChainResultStatus.planExecutionManagerprotected PlanExecutionManagerRestStageResultStatus.planExecutionManagerConstructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type PlanExecutionManagerModifierConstructorDescriptionRestChainResultStatus(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 PlanExecutionManagerModifier and TypeFieldDescriptionprotected PlanExecutionManagerRestChainResult.planExecutionManagerConstructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type PlanExecutionManagerModifierConstructorDescriptionRestChainResult(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 PlanExecutionManagerModifierConstructorDescriptionQueueResource(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, RestAuthenticationContext restAuthenticationContext) -
Uses of PlanExecutionManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanExecutionManagerModifierConstructorDescriptionPlanRestServiceImpl(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
Constructors in com.atlassian.bamboo.plugins.testutils.builds with parameters of type PlanExecutionManagerModifierConstructorDescriptionPlansGroupExecutionManager(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 PlanExecutionManagerModifier and TypeFieldDescriptionstatic final Supplier<PlanExecutionManager>ComponentAccessor.PLAN_EXECUTION_MANAGERDeprecated. -
Uses of PlanExecutionManager in com.atlassian.bamboo.v2.build.trigger
Constructors in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanExecutionManagerModifierConstructorDescriptionDefaultDependencyBlockingManager(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 PlanExecutionManagerModifier and TypeFieldDescriptionprotected PlanExecutionManagerBambooActionSupport.planExecutionManagerMethods in com.atlassian.bamboo.ww2 with parameters of type PlanExecutionManagerModifier and TypeMethodDescriptionvoidBambooActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanExecutionManagerModifier and TypeMethodDescriptionvoidPlanActionSupport.setPlanExecutionManager(PlanExecutionManager planExecutionManager) -
Uses of PlanExecutionManager in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans with parameters of type PlanExecutionManagerModifier and TypeMethodDescriptionstatic @Nullable DecoratedResultDecoratedResult.decorateChainResult(@NotNull PlanExecutionManager planExecutionManager, @NotNull ChainResultsSummary resultsSummary, @NotNull DecoratedPlan decoratedPlan, @NotNull DecoratedNavObjectFactory decoratedNavObjectFactory) Decorate aChainResultsSummary.Constructors in com.atlassian.bamboo.ww2.beans with parameters of type PlanExecutionManagerModifierConstructorDescriptionDecoratedNavObjectFactoryImpl(CachedPlanManager cachedPlanManager, com.opensymphony.xwork2.TextProvider textProvider, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, PlanExecutionManager planExecutionManager) DecoratedResultStatus(PlanExecutionManager planExecutionManager, ResultsSummary resultSummary, DecoratedResult decoratedResult) -
Uses of PlanExecutionManager in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type PlanExecutionManagerModifierConstructorDescriptionJobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)