Uses of Interface
com.atlassian.bamboo.FeatureManager

Packages that use FeatureManager
com.atlassian.bamboo   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.event   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plugin.webresource   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.interceptors   
 

Uses of FeatureManager in com.atlassian.bamboo
 

Classes in com.atlassian.bamboo that implement FeatureManager
 class DefaultFeatureManager
           
 

Uses of FeatureManager in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type FeatureManager
 void ArtifactHandlerForPlanConfigurator.setFeatureManager(FeatureManager featureManager)
           
 

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

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

Constructors in com.atlassian.bamboo.chains with parameters of type FeatureManager
BuildContextFactoryImpl(ArtifactSubscriptionManager artifactSubscriptionManager, VariableDefinitionManager variableDefinitionManager, ResultsSummaryManager resultsSummaryManager, TaskManager taskManager, TestQuarantineManager testQuarantineManager, AdministrationConfigurationManager administrationConfigurationManager, BranchIntegrationService branchIntegrationService, FeatureManager featureManager, BuildContextBuilderFactory buildContextBuilderFactory)
           
 

Uses of FeatureManager in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration with parameters of type FeatureManager
 void OAuthAvailableCondition.setFeatureManager(FeatureManager featureManager)
           
 

Constructors in com.atlassian.bamboo.configuration with parameters of type FeatureManager
AdministrationConfigurationAccessorImpl(Persister persister, FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.deployments.execution.service
 

Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type FeatureManager
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, BuildLoggerManager buildLoggerManager, DeploymentResultService deploymentResultService, EnvironmentService environmentService, ErrorUpdateHandler errorUpdateHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, PlanExecutionLockService planExecutionLockService, TaskManager taskManager, VariableDefinitionManager variableDefinitionManager, DeploymentVersionService deploymentVersionService, ExecutionPhaseService executionPhaseService, DeploymentProjectService deploymentProjectService)
           
 

Uses of FeatureManager in com.atlassian.bamboo.event
 

Constructors in com.atlassian.bamboo.event with parameters of type FeatureManager
FeatureManagerStartupListener(CapabilityDefaultsHelper capabilityDefaultsHelper, com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilitySetManager capabilitySetManager, AdministrationConfigurationManager administrationConfigurationManager)
           
FeatureManagerStartupListener(com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilityDefaultsHelper capabilityDefaultsHelper, AdministrationConfigurationManager administrationConfigurationManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type FeatureManager
 AdministrationConfiguration Persister.getAdministrationConfiguration(FeatureManager featureManager)
          Deprecated. Reload the persisted admin configuration data
 

Uses of FeatureManager in com.atlassian.bamboo.persister.file
 

Methods in com.atlassian.bamboo.persister.file with parameters of type FeatureManager
 AdministrationConfiguration FileBasedPersister.getAdministrationConfiguration(FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.plugin.webresource
 

Constructors in com.atlassian.bamboo.plugin.webresource with parameters of type FeatureManager
BambooWebResourceIntegration(com.atlassian.config.HomeLocator homeLocator, I18nBeanFactory i18nBeanFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, FeatureManager featureManager)
           
 

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

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type FeatureManager
 void UserProfileEnabledCondition.setFeatureManager(FeatureManager featureManager)
           
 void RotpAdminShortcutsCondition.setFeatureManager(FeatureManager featureManager)
           
 void IsOnDemandCondition.setFeatureManager(FeatureManager featureManager)
           
 void IsMavenProjectImportSupported.setFeatureManager(FeatureManager featureManager)
           
 void ArtifactHandlersConfigurableCondition.setFeatureManager(FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.repository
 

Fields in com.atlassian.bamboo.repository declared as FeatureManager
protected  FeatureManager AbstractRepository.featureManager
           
 

Methods in com.atlassian.bamboo.repository with parameters of type FeatureManager
 void AbstractRepository.setFeatureManager(FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.spring
 

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

Uses of FeatureManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as FeatureManager
protected  FeatureManager BambooActionSupport.featureManager
           
 

Methods in com.atlassian.bamboo.ww2 that return FeatureManager
 FeatureManager FreemarkerContext.getFeatureManager()
           
 FeatureManager BambooActionSupport.getFeatureManager()
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type FeatureManager
 void BambooActionSupport.setFeatureManager(FeatureManager featureManager)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type FeatureManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationManager administrationConfigurationManager, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerLifecycleProvider serverLifecycleProvider, PlanManager planManager, BootstrapManager bootstrapManager, FeatureManager featureManager)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type FeatureManager
 void MailServerConfigurationSupportedCondition.setFeatureManager(FeatureManager featureManager)
           
 void IMServerConfigurationSupportedCondition.setFeatureManager(FeatureManager featureManager)
           
 void GlobalSecuritySettingsEnabledCondition.setFeatureManager(FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type FeatureManager
 void OnDemandNotSupportedInterceptor.setFeatureManager(FeatureManager featureManager)
           
 



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