Uses of Interface
com.atlassian.bamboo.buildqueue.manager.LocalAgentManager

Packages that use LocalAgentManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.build   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.capability   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.container   
com.atlassian.bamboo.index   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification.buildhung   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.reports.collector   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.agent   
com.atlassian.bamboo.ww2.actions.build   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.setup   
 

Uses of LocalAgentManager in com.atlassian.bamboo.agent.elastic.schedule
 

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type LocalAgentManager
ElasticRunningInstancesOptimizer(BuildQueueManager buildQueueManager, LocalAgentManager agentManager, PlanManager planManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, BuildResultsSummaryManager buildResultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.agent.elastic.server
 

Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type LocalAgentManager
 RemoteElasticInstance ElasticInstanceManager.newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, LocalAgentManager localAgentManager, ElasticImageConfiguration elasticImageConfiguration)
           
 RemoteElasticInstance ElasticInstanceManagerImpl.newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, LocalAgentManager localAgentManager, ElasticImageConfiguration elasticImageConfiguration)
           
 void ElasticFunctionalityFacadeImpl.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type LocalAgentManager
ElasticImageConfigurationManagerImpl(ElasticImageConfigurationDao elasticImageConfigurationDao, ResourceResolver resourceResolver, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, LocalAgentManager localAgentManager, ElasticInstanceScheduleManager elasticInstanceScheduleManager)
           
RemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, java.net.URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, java.util.concurrent.Executor executor, java.security.KeyStore keyStore, ElasticConfiguration elasticConfiguration, com.atlassian.bamboo.agent.elastic.server.EBSVolumeSupervisorFactory ebsVolumeSupervisorFactory, LocalAgentManager localAgentManager, ElasticImageConfiguration elasticImageConfiguration)
           
ShutdownOrderComparator(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as LocalAgentManager
protected  LocalAgentManager PlanResultsAction.localAgentManager
           
 

Methods in com.atlassian.bamboo.build that return LocalAgentManager
 LocalAgentManager PlanResultsAction.getLocalAgentManager()
           
 

Methods in com.atlassian.bamboo.build with parameters of type LocalAgentManager
 void DefaultStopBuildManager.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ViewBuildFiles.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ViewBuild.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void PlanResultsAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.buildqueue.manager
 

Classes in com.atlassian.bamboo.buildqueue.manager that implement LocalAgentManager
 class LocalAgentManagerImpl
          TODO: This is poorly named as it also manages all agents.
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type LocalAgentManager
 void RemoteAgentManagerImpl.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type LocalAgentManager
 void CapabilityManagerImpl.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.configuration.agent
 

Fields in com.atlassian.bamboo.configuration.agent declared as LocalAgentManager
protected  LocalAgentManager ViewAgents.localAgentManager
           
protected  LocalAgentManager ConfigureCapabilityKey.localAgentManager
           
protected  LocalAgentManager ConfigureAgentDetails.localAgentManager
           
protected  LocalAgentManager ConfigureAgentCapability.localAgentManager
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type LocalAgentManager
 void ViewAgents.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ViewAgentPlanMatrix.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ViewAgent.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ConfigureCapabilityKey.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ConfigureCapability.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ConfigureAgentDetails.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ConfigureAgentCapability.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type LocalAgentManager
 void BambooContainer.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type LocalAgentManager
 void ReindexAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger with parameters of type LocalAgentManager
 void DefaultErrorHandler.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Constructors in com.atlassian.bamboo.logger with parameters of type LocalAgentManager
ElasticErrorDetails(int errorNumber, java.lang.Long agentId, java.lang.String instanceId, java.lang.String context, java.util.Date timeStamp, ThrowableDetails throwableDetails, PlanManager planManager, LocalAgentManager localAgentManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
ErrorDetails(int errorNumber, java.lang.String planKey, java.lang.Integer buildNumber, java.lang.Long agentId, java.lang.String context, java.util.Date timeStamp, ThrowableDetails throwableDetails, PlanManager planManager, LocalAgentManager localAgentManager, BuildResultsSummaryManager buildResultsSummaryManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.migration.stream
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type LocalAgentManager
PipelineMapper(net.sf.hibernate.SessionFactory sessionFactory, CapabilitySetManager capabilitySetManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.notification.buildhung
 

Methods in com.atlassian.bamboo.notification.buildhung with parameters of type LocalAgentManager
 void BuildHungNotification.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type LocalAgentManager
PlanExecutableAgentsHelperImpl(PlanManager planManager, ExecutionStatusProvider executionStatusProvider, LocalAgentManager localAgentManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type LocalAgentManager
 void HgCacheHandler.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void DeleteHgCacheDirectory.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.plugins.web.conditions
 

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type LocalAgentManager
 void ViewFilesCondition.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.reports.collector
 

Methods in com.atlassian.bamboo.reports.collector with parameters of type LocalAgentManager
 void AgentUtilizationCollector.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type LocalAgentManager
 void StarterAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type LocalAgentManager
 void ImportMavenPlanCreatePlanAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type LocalAgentManager
 void ViewElasticInstanceAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ViewElasticAgentHistoryAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void AllElasticInstancesAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type LocalAgentManager
ElasticUIBean(LocalAgentManager localAgentManager, AdministrationConfigurationManager administrationConfigurationManager, ElasticInstanceManagerImpl elasticInstanceManager, AwsAccountBean awsAccountBean)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.agent
 

Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type LocalAgentManager
 void ViewAgentDetailsAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void AgentJsonProvider.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.build
 

Fields in com.atlassian.bamboo.ww2.actions.build declared as LocalAgentManager
protected  LocalAgentManager BuildJsonProviderAction.localAgentManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type LocalAgentManager
 void ViewBuildResultsTable.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void BuildJsonProviderAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type LocalAgentManager
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, LocalAgentManager localAgentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerReasonManager triggerReasonManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.build.admin
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type LocalAgentManager
 void ViewBuildConfiguration.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void MoveBuilds.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type LocalAgentManager
 void DescribeAgentAvailability.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 void ConfigureBuildRequirement.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 

Uses of LocalAgentManager in com.atlassian.bamboo.ww2.actions.setup
 

Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type LocalAgentManager
 void FinishSetupAction.setLocalAgentManager(LocalAgentManager localAgentManager)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.