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

Packages that use AgentAssignmentService
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.ww2.actions.admin.elastic   
 

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

Constructors in com.atlassian.bamboo.agent.elastic.server with parameters of type AgentAssignmentService
ElasticImageConfigurationManagerImpl(ElasticImageConfigurationDao elasticImageConfigurationDao, ResourceResolver resourceResolver, ElasticImageConfigurationAccessor elasticImageConfigurationAccessor, ElasticInstanceScheduleManager elasticInstanceScheduleManager, AgentAssignmentService agentAssignmentService)
           
 

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

Classes in com.atlassian.bamboo.buildqueue.manager that implement AgentAssignmentService
 class AgentAssignmentServiceImpl
           
 

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

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

Methods in com.atlassian.bamboo.configuration.agent with parameters of type AgentAssignmentService
 void ViewAgentPlanMatrix.setAgentAssignmentService(AgentAssignmentService agentAssignmentService)
           
 void ConfigureAgentAssignments.setAgentAssignmentService(AgentAssignmentService agentAssignmentService)
           
 

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

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type AgentAssignmentService
 void ConfigureEnvironmentAgents.setAgentAssignmentService(AgentAssignmentService agentAssignmentService)
           
 

Uses of AgentAssignmentService in com.atlassian.bamboo.deployments.environments.service
 

Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type AgentAssignmentService
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate, DeploymentResultDeletionService deploymentResultDeletionService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, HibernateMutableAclService aclService, VariableDefinitionDao variableDefinitionDao, AgentAssignmentService agentAssignmentService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, ScopedExclusionService scopedExclusionService)
           
 

Uses of AgentAssignmentService in com.atlassian.bamboo.plan
 

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

Uses of AgentAssignmentService in com.atlassian.bamboo.spring
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type AgentAssignmentService
 void ConfigureElasticImageConfigurationAssignments.setAgentAssignmentService(AgentAssignmentService agentAssignmentService)
           
 



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