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

Packages that use AgentManager
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.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.execution.actions   
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.spring   
com.atlassian.bamboo.v2.events   
com.atlassian.bamboo.webwork   
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.setup   
 

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

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type AgentManager
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager, AgentManager agentManager, CachedPlanManager cachedPlanManager, ElasticInstanceManager elasticInstanceManager, ElasticAccountBean elasticAccountBean, BuildExecutionManager buildExecutionManager, BambooLicenseManager bambooLicenseManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationManager administrationConfigurationManager, com.opensymphony.xwork.TextProvider textProvider, AwsAccountBean awsAccountBean, ExecutableAgentsHelper executableAgentsHelper)
           
 

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

Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentManager
 RemoteElasticInstance ElasticInstanceManagerImpl.newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, AgentManager agentManager, ElasticImageConfiguration elasticImageConfiguration, com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
           
 RemoteElasticInstance ElasticInstanceManager.newElasticAgent(RemoteElasticInstanceListener listener, com.atlassian.aws.AWSAccount awsAccount, AgentManager agentManager, ElasticImageConfiguration elasticImageConfiguration, com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
           
 void ElasticFunctionalityFacadeImpl.setAgentManager(AgentManager agentManager)
           
 

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentManager
RemoteElasticInstanceImpl(ElasticInstanceManager manager, ElasticAgentTunnelManager tunnelManager, ErrorHandler errorHandler, com.atlassian.aws.AWSAccount awsAccount, java.net.URL baseURL, int startupTimeoutSeconds, RemoteElasticInstanceListener listener, java.util.concurrent.ScheduledExecutorService executor, java.security.KeyStore keyStore, ElasticConfiguration elasticConfiguration, AgentManager agentManager, ElasticImageConfiguration elasticImageConfiguration, com.atlassian.aws.ec2.InstanceLaunchConfigurationBuilder instanceLaunchConfigurationBuilder)
           
ShutdownOrderComparator(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.build
 

Fields in com.atlassian.bamboo.build declared as AgentManager
protected  AgentManager PlanResultsAction.agentManager
           
 

Methods in com.atlassian.bamboo.build with parameters of type AgentManager
 void DefaultStopBuildManager.setAgentManager(AgentManager agentManager)
           
 void ViewBuildFiles.setAgentManager(AgentManager agentManager)
           
 void ViewBuild.setAgentManager(AgentManager agentManager)
           
 void PlanResultsAction.setAgentManager(AgentManager agentManager)
           
 

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

Subinterfaces of AgentManager in com.atlassian.bamboo.buildqueue.manager
 interface LocalAgentManager
          Deprecated. 
 

Classes in com.atlassian.bamboo.buildqueue.manager that implement AgentManager
 class AgentManagerImpl
           
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type AgentManager
 void RemoteAgentManagerImpl.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type AgentManager
 void CapabilityManagerImpl.setAgentManager(AgentManager agentManager)
           
 

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

Fields in com.atlassian.bamboo.configuration.agent declared as AgentManager
protected  AgentManager ViewAgents.agentManager
           
protected  AgentManager ViewAgent.agentManager
           
protected  AgentManager ConfigureCapabilityKey.agentManager
           
protected  AgentManager ConfigureAgentDetails.agentManager
           
protected  AgentManager ConfigureAgentCapability.agentManager
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type AgentManager
 void ViewRejectedRequirements.setAgentManager(AgentManager agentManager)
           
 void ViewAgents.setAgentManager(AgentManager agentManager)
           
 void ViewAgentPlanMatrix.setAgentManager(AgentManager agentManager)
           
 void ViewAgent.setAgentManager(AgentManager agentManager)
           
 void ControlRemoteAgentsAuthentication.setAgentManager(AgentManager agentManager)
           
 void ConfigureCapabilityKey.setAgentManager(AgentManager agentManager)
           
 void ConfigureCapability.setAgentManager(AgentManager agentManager)
           
 void ConfigureAgentDetails.setAgentManager(AgentManager agentManager)
           
 void ConfigureAgentCapability.setAgentManager(AgentManager agentManager)
           
 void ConfigureAgentAssignments.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type AgentManager
 void BambooContainer.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.deployments.environments.actions.agents
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type AgentManager
 void ConfigureEnvironmentAgents.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type AgentManager
 void ViewDeploymentResult.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type AgentManager
 void ReindexAction.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger with parameters of type AgentManager
 void DefaultErrorHandler.setAgentManager(AgentManager agentManager)
           
 

Constructors in com.atlassian.bamboo.logger with parameters of type AgentManager
ElasticErrorDetails(int errorNumber, java.lang.Long agentId, java.lang.String instanceId, java.lang.String context, java.util.Date timeStamp, ThrowableDetails throwableDetails, PlanManager planManager, AgentManager agentManager, ResultsSummaryManager resultsSummaryManager)
           
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, AgentManager agentManager, ResultsSummaryManager resultsSummaryManager)
           
 

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

Constructors in com.atlassian.bamboo.migration.stream with parameters of type AgentManager
PipelineMapper(net.sf.hibernate.SessionFactory sessionFactory, CapabilitySetManager capabilitySetManager, ElasticImageConfigurationDao elasticImageConfigurationDao, AgentManager agentManager)
           
 

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

Methods in com.atlassian.bamboo.notification.buildhung with parameters of type AgentManager
 void BuildHungNotification.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type AgentManager
ExecutableAgentsHelperImpl(CachedPlanManager cachedPlanManager, ExecutionStatusProvider executionStatusProvider, AgentManager agentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, AgentAssignmentService agentAssignmentService, CapabilityRequirementsMatcher capabilityRequirementsMatcher, CapabilitySetManager capabilitySetManager, ElasticInstanceManager elasticInstanceManager, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor)
           
 

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

Methods in com.atlassian.bamboo.plugins.hg with parameters of type AgentManager
 void HgCacheHandler.setAgentManager(AgentManager agentManager)
           
 void DeleteHgCacheDirectory.setAgentManager(AgentManager agentManager)
           
 

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

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type AgentManager
 void ViewFilesCondition.setAgentManager(AgentManager agentManager)
           
 

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

Methods in com.atlassian.bamboo.reports.collector with parameters of type AgentManager
 void AgentUtilizationCollector.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.spring
 

Fields in com.atlassian.bamboo.spring with type parameters of type AgentManager
static com.google.common.base.Supplier<AgentManager> ComponentAccessor.AGENT_MANAGER
           
 

Uses of AgentManager in com.atlassian.bamboo.v2.events
 

Methods in com.atlassian.bamboo.v2.events with parameters of type AgentManager
 void HandleElasticInstancesFromPreviousSession.setAgentManager(AgentManager agentManager)
           
 

Uses of AgentManager in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type AgentManager
 void StarterAction.setAgentManager(AgentManager agentManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AgentManager
 void ViewElasticInstanceAction.setAgentManager(AgentManager agentManager)
           
 void ViewElasticAgentHistoryAction.setAgentManager(AgentManager agentManager)
           
 void AllElasticInstancesAction.setAgentManager(AgentManager agentManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AgentManager
ElasticUIBeanImpl(AgentManager agentManager, AdministrationConfigurationManager administrationConfigurationManager, ElasticInstanceManagerImpl elasticInstanceManager, AwsAccountBean awsAccountBean)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type AgentManager
 void ViewAgentDetailsAction.setAgentManager(AgentManager agentManager)
           
 void AgentJsonProvider.setAgentManager(AgentManager agentManager)
           
 

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

Fields in com.atlassian.bamboo.ww2.actions.build declared as AgentManager
protected  AgentManager BuildJsonProviderAction.agentManager
           
 

Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type AgentManager
 void ViewBuildResultsTable.setAgentManager(AgentManager agentManager)
           
 void BuildJsonProviderAction.setAgentManager(AgentManager agentManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type AgentManager
CurrentlyBuildingJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, CurrentlyBuilding currentlyBuilding, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager, ImmutablePlan plan)
           
QueuedBuildJsonDecorator(com.opensymphony.xwork.TextProvider textProvider, BuildContext buildContext, int index, AgentManager agentManager, BuildExecutionManager buildExecutionManager, BambooPermissionManager bambooPermissionManager, TriggerManager triggerManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin with parameters of type AgentManager
 void MoveBuilds.setAgentManager(AgentManager agentManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type AgentManager
 void FinishSetupAction.setAgentManager(AgentManager agentManager)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.