Uses of Interface
com.atlassian.bamboo.agent.elastic.server.ElasticInstanceManager

Packages that use ElasticInstanceManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.rest   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.agent   
 

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

Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type ElasticInstanceManager
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 ElasticInstanceManager in com.atlassian.bamboo.agent.elastic.server
 

Classes in com.atlassian.bamboo.agent.elastic.server that implement ElasticInstanceManager
 class ElasticInstanceManagerImpl
           
 

Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type ElasticInstanceManager
 void ElasticFunctionalityFacadeImpl.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type ElasticInstanceManager
ElasticAccountManagementServiceImpl(AwsAccountBean awsAccountBean, AgentManager agentManager, ElasticInstanceManager elasticInstanceManager)
           
ElasticInstanceManagementListener(ElasticInstanceManager elasticInstanceManager)
           
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, SpotInstanceConfig spotInstanceConfig)
           
 

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

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type ElasticInstanceManager
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 ElasticInstanceManager in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type ElasticInstanceManager
 void ViewAgents.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 void ControlRemoteAgentsAvailability.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 

Uses of ElasticInstanceManager in com.atlassian.bamboo.plan
 

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

Uses of ElasticInstanceManager in com.atlassian.bamboo.rest
 

Methods in com.atlassian.bamboo.rest with parameters of type ElasticInstanceManager
 void ListRunningInstances.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 

Uses of ElasticInstanceManager in com.atlassian.bamboo.v2.build.events
 

Constructors in com.atlassian.bamboo.v2.build.events with parameters of type ElasticInstanceManager
AgentOfflineEventListener(ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ElasticInstanceManager
 void ViewInstancesForConfigurationAction.setElasticAgentManager(ElasticInstanceManager elasticAgentManager)
           
 void ViewElasticInstanceAction.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 void ManageElasticInstancesAction.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 void ConfigureElasticImageConfiguration.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 void ConfigureElasticImageConfiguration.setElasticInstanceManager(ElasticInstanceManager elasticInstanceManager)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type ElasticInstanceManager
ConfigureElasticCloudAction(AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BambooLimitsManager bambooLimitsManager, com.atlassian.bandana.BandanaManager bandanaManager, ElasticAccountBean elasticAccountBean, ElasticFunctionalityFacade elasticFunctionalityFacade, ElasticInstanceManager elasticInstanceManager, FeatureManager featureManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.agent with parameters of type ElasticInstanceManager
 void ViewAgentDetailsAction.setElasticAgentManager(ElasticInstanceManager elasticInstanceManager)
           
 void AgentJsonProvider.setElasticInstanceManager(ElasticInstanceManager elasticInstanceManager)
           
 



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