Uses of Interface
com.atlassian.bamboo.build.BuildExecutionManager
Packages that use BuildExecutionManager
Package
Description
-
Uses of BuildExecutionManager in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type BuildExecutionManagerModifierConstructorDescriptionManagedAgentContainersOptimizerImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentResultsSummaryManager agentResultsSummaryManager, AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, CachedPlanManager cachedPlanManager, DeploymentResultService deploymentResultService, ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, com.opensymphony.xwork2.TextProvider textProvider, EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of BuildExecutionManager in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement BuildExecutionManagerModifier and TypeClassDescriptionclassThis class is registered as event listenerDefaultBuildExecutionManager.postConstruct()Fields in com.atlassian.bamboo.build declared as BuildExecutionManagerModifier and TypeFieldDescriptionprotected BuildExecutionManagerBuildResultsAction.buildExecutionManagerMethods in com.atlassian.bamboo.build with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidBuildResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) voidChainResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) voidDefaultJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) Constructors in com.atlassian.bamboo.build with parameters of type BuildExecutionManagerModifierConstructorDescriptionJobStatusHelper(ImmutableJob job, BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidBuildHangingMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) voidBuildQueueMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) voidBuildStopDelayedJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type BuildExecutionManagerModifierConstructorDescriptionJobExecutionManagerImpl(BuildExecutionManager buildExecutionManager, StopBuildManager stopBuildManager, ResultsSummaryManager resultsSummaryManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.container.startup
Constructors in com.atlassian.bamboo.container.startup with parameters of type BuildExecutionManagerModifierConstructorDescriptionPendingBuildResultsStateRestorationImpl(ResultsSummaryManager resultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ChainExecutionManager chainExecutionManager, BuildExecutionManager buildExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type BuildExecutionManagerModifierConstructorDescriptionPlanExecutionManagerImpl(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) -
Uses of BuildExecutionManager in com.atlassian.bamboo.plugins.rest.plan.stage
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type BuildExecutionManagerModifierConstructorDescriptionRestStageServiceImpl(BuildExecutionManager buildExecutionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanRestService planRestService, RestArtifactService restArtifactService, RestJobService restJobService, StageConversionFunction stageConversionFunction, StageService stageService) -
Uses of BuildExecutionManager in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type BuildExecutionManagerModifierConstructorDescriptionRestJobServiceImpl(BuildExecutionManager buildExecutionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, JobConversionFunction jobConversionFunction, JobService jobService, PlanRestService planRestService, RestArtifactService restArtifactService) -
Uses of BuildExecutionManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidBuildResultsSummaryManagerImpl.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildExecutionManagerModifier and TypeFieldDescriptionstatic final Supplier<BuildExecutionManager>ComponentAccessor.BUILD_EXECUTION_MANAGERDeprecated. -
Uses of BuildExecutionManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildExecutionManagerModifierConstructorDescriptionLocalBuildResultProcessor(BuildExecutionManager buildExecutionManager, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventManager, ServerBuildLoggerManager buildLoggerManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanStatePersisterService planStatePersisterService, CustomVariableContextRunner customVariableContextRunner, ExecutionPhaseService executionPhaseService) -
Uses of BuildExecutionManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidStarterAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as BuildExecutionManagerModifier and TypeFieldDescriptionprotected BuildExecutionManagerBuildActionSupport.buildExecutionManagerMethods in com.atlassian.bamboo.ww2.actions with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidBuildActionSupport.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildExecutionManagerModifier and TypeMethodDescriptionvoidBuildJsonProviderAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager) Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildExecutionManagerModifierConstructorDescriptionQueuedBuildJsonDecorator(@NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull BuildQueueItemViewForJsonDecorator buildQueueItem, int index, AgentManager agentManager, @NotNull BuildExecutionManager buildExecutionManager, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, @NotNull Collection<ElasticImageConfiguration> imagesForExecutable, @NotNull Set<Long> agentsForExecutable, @NotNull Collection<EphemeralAgentTemplate> templatesForExecutable)