|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BuildExecutionManager in com.atlassian.bamboo.agent.elastic.schedule |
|---|
| Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type BuildExecutionManager | |
|---|---|
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager,
AgentManager agentManager,
CachedPlanManager cachedPlanManager,
ElasticInstanceManager elasticInstanceManager,
ElasticAccountBean elasticAccountBean,
BuildExecutionManager buildExecutionManager,
BambooLicenseManager bambooLicenseManager,
ResultsSummaryManager resultsSummaryManager,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.opensymphony.xwork2.TextProvider textProvider,
AwsAccountBean awsAccountBean,
ExecutableAgentsHelper executableAgentsHelper,
EnvironmentService environmentService,
DeploymentResultService deploymentResultService)
|
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.build |
|---|
| Classes in com.atlassian.bamboo.build that implement BuildExecutionManager | |
|---|---|
class |
DefaultBuildExecutionManager
This class is registered as event listener DefaultBuildExecutionManager.afterPropertiesSet() |
| Fields in com.atlassian.bamboo.build declared as BuildExecutionManager | |
|---|---|
protected BuildExecutionManager |
BuildResultsAction.buildExecutionManager
|
| Methods in com.atlassian.bamboo.build with parameters of type BuildExecutionManager | |
|---|---|
void |
ChainResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
BuildResultsAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
DefaultJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Constructors in com.atlassian.bamboo.build with parameters of type BuildExecutionManager | |
|---|---|
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 | |
|---|---|
void |
OrphanedBuildMonitorJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
BuildStopDelayedJob.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
BuildQueueMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
BuildHangingMonitor.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.buildqueue.manager |
|---|
| Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type BuildExecutionManager | |
|---|---|
AgentManagerImpl(AgentDao agentDao,
BuildAgentController buildAgentController,
CapabilitySetManager capabilitySetManager,
com.atlassian.event.api.EventPublisher eventPublisher,
BambooLicenseManager bambooLicenseManager,
ElasticImageConfigurationManager elasticImageConfigurationManager,
ElasticInstanceManager elasticInstanceManager,
BuildExecutionManager buildExecutionManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
FeatureManager featureManager,
AgentAssignmentService agentAssignmentService,
DeploymentsInProgressService deploymentsInProgressService,
DeploymentExecutionService deploymentExecutionService)
|
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.chains |
|---|
| Constructors in com.atlassian.bamboo.chains with parameters of type BuildExecutionManager | |
|---|---|
JobExecutionManagerImpl(BuildExecutionManager buildExecutionManager,
StopBuildManager stopBuildManager,
ResultsSummaryManager resultsSummaryManager)
|
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.notification.buildmissingcapableagent |
|---|
| Methods in com.atlassian.bamboo.notification.buildmissingcapableagent with parameters of type BuildExecutionManager | |
|---|---|
void |
BuildMissingCapableAgentNotificationType.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
void |
BuildMissingCapableAgentNotificationListener.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.plan |
|---|
| Constructors in com.atlassian.bamboo.plan with parameters of type BuildExecutionManager | |
|---|---|
PlanExecutionManagerImpl(BuildExecutionManager buildExecutionManager,
ChainExecutionManager chainExecutionManager,
BuildDetectionActionFactory buildDetectionActionFactory,
PlanExecutionPermitter planExecutionPermitter,
ExecutionStatusProvider executionStatusProvider,
PlanManager planManager,
StopBuildManager stopBuildManager,
TriggerManager triggerManager,
PlanExecutionLockService planExecutionLockService,
DeploymentExecutionService deploymentExecutionService,
com.atlassian.event.api.EventPublisher eventPublisher,
ErrorHandler errorHandler,
DeploymentPermitter deploymentPermitter)
|
|
PlanStatePersisterImpl(PlanManager planManager,
BuildResultsIndexer buildResultsIndexer,
BuildResultsSummaryManager buildResultsSummaryManager,
ResultsSummaryManager resultsSummaryManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager,
BuildExecutionManager buildExecutionManager,
TestsManager testsManager,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.resultsummary |
|---|
| Methods in com.atlassian.bamboo.resultsummary with parameters of type BuildExecutionManager | |
|---|---|
void |
BuildResultsSummaryManagerImpl.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.spring |
|---|
| Fields in com.atlassian.bamboo.spring with type parameters of type BuildExecutionManager | |
|---|---|
static com.google.common.base.Supplier<BuildExecutionManager> |
ComponentAccessor.BUILD_EXECUTION_MANAGER
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.v2.build.agent |
|---|
| Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type BuildExecutionManager | |
|---|---|
LocalBuildResultProcessor(BuildExecutionManager buildExecutionManager,
PlanManager planManager,
ResultsSummaryManager resultsSummaryManager,
com.atlassian.event.api.EventPublisher eventManager,
BuildLoggerManager 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 | |
|---|---|
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher,
BuildExecutionManager buildExecutionManager,
CachedPlanManager cachedPlanManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ErrorUpdateHandler errorUpdateHandler,
ExecutableAgentsHelper executableAgentsHelper,
CustomVariableContextRunner customVariableContextRunner,
EnvironmentService environmentService,
ExecutionPhaseService executionPhaseService,
XStreamFactory xStreamFactory,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
LocalResultProcessor resultProcessor,
long lingoResponseTimeout)
|
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.webwork |
|---|
| Methods in com.atlassian.bamboo.webwork with parameters of type BuildExecutionManager | |
|---|---|
void |
StarterAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Uses of BuildExecutionManager in com.atlassian.bamboo.ww2.actions |
|---|
| Fields in com.atlassian.bamboo.ww2.actions declared as BuildExecutionManager | |
|---|---|
protected BuildExecutionManager |
BuildActionSupport.buildExecutionManager
|
| Methods in com.atlassian.bamboo.ww2.actions with parameters of type BuildExecutionManager | |
|---|---|
void |
BuildActionSupport.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 | |
|---|---|
void |
BuildJsonProviderAction.setBuildExecutionManager(BuildExecutionManager buildExecutionManager)
|
| Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type BuildExecutionManager | |
|---|---|
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
CurrentlyBuilding currentlyBuilding,
AgentManager agentManager,
BuildExecutionManager buildExecutionManager,
BambooPermissionManager bambooPermissionManager,
TriggerManager triggerManager,
ImmutablePlan plan)
|
|
QueuedBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
BuildQueueItemViewForJsonDecorator buildQueueItem,
int index,
BuildExecutionManager buildExecutionManager,
BambooPermissionManager bambooPermissionManager,
TriggerManager triggerManager)
|
|
QueuedBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
DeploymentQueueItemViewForJsonDecorator deploymentQueueItem,
int index,
BuildExecutionManager buildExecutionManager,
EnvironmentService environmentService,
TriggerManager triggerManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||