Uses of Interface
com.atlassian.bamboo.license.BambooLicenseManager

Packages that use BambooLicenseManager
com.atlassian.bamboo.agent.elastic.schedule   
com.atlassian.bamboo.agent.elastic.server   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.license   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.setup   
com.atlassian.sal.bamboo.license   
 

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

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

Methods in com.atlassian.bamboo.agent.elastic.server with parameters of type BambooLicenseManager
 void ElasticFunctionalityFacadeImpl.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type BambooLicenseManager
 void HibernateBuildManager.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Constructors in com.atlassian.bamboo.build with parameters of type BambooLicenseManager
BuildSuspensionCheckBean(com.opensymphony.xwork.TextProvider textProvider, AdministrationConfigurationManager administrationConfigurationManager, AdminErrorHandler adminErrorHandler, BambooLicenseManager bambooLicenseManager, PlanManager planManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.build.creation
 

Fields in com.atlassian.bamboo.build.creation declared as BambooLicenseManager
protected  BambooLicenseManager PlanCreationTemplate.bambooLicenseManager
           
 

Constructors in com.atlassian.bamboo.build.creation with parameters of type BambooLicenseManager
BuildCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, PlanValidationService planValidationService, AuditLogService auditLogService)
           
ChainCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter, NotificationManager notificationManager, JobCreationService jobCreationService)
           
JobCreationService(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter)
           
PlanCreationTemplate(PlanManager planManager, ProjectManager projectManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, BambooLicenseManager bambooLicenseManager, HibernateMutableAclService aclService, PlanScheduler planScheduler, RepositoryConfigHelper repositoryConfigHelper, BuildStrategyConfigHelper buildStrategyConfigHelper, BuilderConfigHelper builderConfigHelper, WebRepositoryConfigHelper webRepositoryConfigHelper, com.atlassian.event.EventManager eventManager, PlanValidationService planValidationService, AuditLogService auditLogService, BuildDefinitionConverter buildDefinitionConverter)
           
 

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

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type BambooLicenseManager
 void LocalAgentManagerImpl.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.filter
 

Methods in com.atlassian.bamboo.filter that return BambooLicenseManager
 BambooLicenseManager LicenseFilter.getBambooLicenseManager()
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.license
 

Classes in com.atlassian.bamboo.license that implement BambooLicenseManager
 class BambooLicenseManagerImpl
           
 

Methods in com.atlassian.bamboo.license with parameters of type BambooLicenseManager
 void LogLicenseDetailsServerStartedListener.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.plan
 

Constructors in com.atlassian.bamboo.plan with parameters of type BambooLicenseManager
ExecutionLimitsServiceImpl(BambooLicenseManager bambooLicenseManager, BuildSuspensionCheckBean buildSuspensionCheckBean, BuildLoggerManager buildLoggerManager)
           
PlanManagerImpl(PlanDao planDao, BambooLicenseManager bambooLicenseManager, com.atlassian.event.EventManager eventManager, ProjectManager projectManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return BambooLicenseManager
 BambooLicenseManager FreemarkerContext.getBambooLicenseManager()
           
 BambooLicenseManager BambooActionSupport.getBambooLicenseManager()
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type BambooLicenseManager
 void BambooActionSupport.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type BambooLicenseManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationManager administrationConfigurationManager, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin that return BambooLicenseManager
 BambooLicenseManager UpdateLicenseAction.getBambooLicenseManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type BambooLicenseManager
 void UpdateLicenseAction.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Uses of BambooLicenseManager in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type BambooLicenseManager
UIConfigBean(WebRepositoryViewerManager webRepositoryViewerManager, BuildStrategyManager buildStrategyManager, RepositoryManager repositoryManager, BuilderManager builderManager, ProjectManager projectManager, BambooLicenseManager bambooLicenseManager, PlanManager planManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.setup that return BambooLicenseManager
 BambooLicenseManager SetupLicenseAction.getBambooLicenseManager()
           
 BambooLicenseManager SetupGeneralConfiguration.getBambooLicenseManager()
           
 

Methods in com.atlassian.bamboo.ww2.actions.setup with parameters of type BambooLicenseManager
 void SetupLicenseAction.setBambooLicenseManager(BambooLicenseManager bambooLicenseManager)
           
 

Uses of BambooLicenseManager in com.atlassian.sal.bamboo.license
 

Constructors in com.atlassian.sal.bamboo.license with parameters of type BambooLicenseManager
BambooLicenseHandler(BambooLicenseManager bambooLicenseManager)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.