Uses of Interface
com.atlassian.bamboo.build.BuildExecutionManager
-
-
Uses of BuildExecutionManager in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type BuildExecutionManager Constructor Description ManagedAgentContainersOptimizerImpl(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 BuildExecutionManager Modifier and Type Class Description classDefaultBuildExecutionManagerThis class is registered as event listenerDefaultBuildExecutionManager.postConstruct()Fields in com.atlassian.bamboo.build declared as BuildExecutionManager Modifier and Type Field Description protected BuildExecutionManagerBuildResultsAction. buildExecutionManagerMethods in com.atlassian.bamboo.build with parameters of type BuildExecutionManager Modifier and Type Method Description voidBuildResultsAction. setBuildExecutionManager(BuildExecutionManager buildExecutionManager)voidChainResultsAction. setBuildExecutionManager(BuildExecutionManager buildExecutionManager)voidDefaultJob. setBuildExecutionManager(BuildExecutionManager buildExecutionManager)Constructors in com.atlassian.bamboo.build with parameters of type BuildExecutionManager Constructor Description JobStatusHelper(ImmutableJob job, BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type BuildExecutionManager Modifier and Type Method Description voidBuildHangingMonitor. 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 BuildExecutionManager Constructor Description JobExecutionManagerImpl(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 BuildExecutionManager Constructor Description PendingBuildResultsStateRestorationImpl(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 BuildExecutionManager Constructor Description PlanExecutionManagerImpl(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 BuildExecutionManager Constructor Description RestStageServiceImpl(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 BuildExecutionManager Constructor Description RestJobServiceImpl(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 BuildExecutionManager Modifier and Type Method Description voidBuildResultsSummaryManagerImpl. setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type BuildExecutionManager Modifier and Type Field Description static 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 BuildExecutionManager Constructor Description LocalBuildResultProcessor(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.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type BuildExecutionManager Constructor Description BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry) -
Uses of BuildExecutionManager in com.atlassian.bamboo.webwork
Methods in com.atlassian.bamboo.webwork with parameters of type BuildExecutionManager Modifier and Type Method Description voidStarterAction. setBuildExecutionManager(BuildExecutionManager buildExecutionManager) -
Uses of BuildExecutionManager in com.atlassian.bamboo.ww2.actions
Fields in com.atlassian.bamboo.ww2.actions declared as BuildExecutionManager Modifier and Type Field Description protected BuildExecutionManagerBuildActionSupport. buildExecutionManagerMethods in com.atlassian.bamboo.ww2.actions with parameters of type BuildExecutionManager Modifier and Type Method Description voidBuildActionSupport. 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 BuildExecutionManager Modifier and Type Method Description voidBuildJsonProviderAction. setBuildExecutionManager(BuildExecutionManager buildExecutionManager)Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildExecutionManager Constructor Description QueuedBuildJsonDecorator(@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)
-