Uses of Interface
com.atlassian.bamboo.v2.build.agent.capability.CapabilitySetManager

Packages that use CapabilitySetManager
com.atlassian.bamboo.builder   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.capability   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.container   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.event   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.task   
com.atlassian.bamboo.v2.build.agent   
com.atlassian.bamboo.v2.build.agent.capability   
 

Uses of CapabilitySetManager in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type CapabilitySetManager
 void DefaultJdkManager.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 

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

Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type CapabilitySetManager
AgentAssignmentServiceImpl(AgentAssignmentDao agentAssignmentDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, org.springframework.orm.hibernate.HibernateTemplate hibernateTemplate, ProjectManager projectManager, CachedPlanManager cachedPlanManager, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, com.atlassian.event.api.EventPublisher eventPublisher, CapabilitySetManager capabilitySetManager, CapabilityRequirementsMatcher capabilityRequirementsMatcher)
           
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 CapabilitySetManager in com.atlassian.bamboo.capability
 

Methods in com.atlassian.bamboo.capability with parameters of type CapabilitySetManager
 void CapabilityManagerImpl.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 

Uses of CapabilitySetManager in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration with parameters of type CapabilitySetManager
 void AdministerAction.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 

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

Fields in com.atlassian.bamboo.configuration.agent declared as CapabilitySetManager
protected  CapabilitySetManager CapabilityConfigurationSupport.capabilitySetManager
           
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type CapabilitySetManager
 void ViewRejectedRequirements.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void ViewAgent.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void ConfigureCapability.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void ConfigureAgentAssignments.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void CapabilityConfigurationSupport.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void AbstractViewCapabilitiesByType.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 void ViewAgentPlanMatrix.setCapabilitySetManagerNoTx(CapabilitySetManager capabilitySetManagerNoTx)
           
 

Uses of CapabilitySetManager in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type CapabilitySetManager
 void BambooContainer.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 

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

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type CapabilitySetManager
 void ConfigureEnvironmentAgents.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 

Uses of CapabilitySetManager in com.atlassian.bamboo.event
 

Constructors in com.atlassian.bamboo.event with parameters of type CapabilitySetManager
FeatureManagerStartupListener(CapabilityDefaultsHelper capabilityDefaultsHelper, com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilitySetManager capabilitySetManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BambooHealthCheckService healthCheckService, BuildExpiryScheduler buildExpiryScheduler)
           
 

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

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

Uses of CapabilitySetManager in com.atlassian.bamboo.plan
 

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

Uses of CapabilitySetManager in com.atlassian.bamboo.spring
 

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

Uses of CapabilitySetManager in com.atlassian.bamboo.task
 

Constructors in com.atlassian.bamboo.task with parameters of type CapabilitySetManager
TaskManagerImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, CapabilitySetManager capabilitySetManager, ElasticAccountBean elasticAccountBean)
           
 

Uses of CapabilitySetManager in com.atlassian.bamboo.v2.build.agent
 

Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type CapabilitySetManager
BuildAgentControllerImpl(AgentContext agentContext, AgentQueueAccessor agentQueueAccessor, BuildLoggerManager buildLoggerManager, ResultProcessor resultProcessor, CapabilityContext capabilityContext, CapabilitySetManager capabilitySetManager, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ExecutionPhaseService executionPhaseService, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of CapabilitySetManager in com.atlassian.bamboo.v2.build.agent.capability
 

Classes in com.atlassian.bamboo.v2.build.agent.capability that implement CapabilitySetManager
 class CapabilitySetManagerImpl
           
 

Methods in com.atlassian.bamboo.v2.build.agent.capability with parameters of type CapabilitySetManager
 void CapabilityContextImpl.setCapabilitySetManager(CapabilitySetManager capabilitySetManager)
           
 



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