Uses of Interface
com.atlassian.bamboo.FeatureManager

Packages that use FeatureManager
com.atlassian.bamboo   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.expiry.plugin   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.event   
com.atlassian.bamboo.index   
com.atlassian.bamboo.license   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.persister.file   
com.atlassian.bamboo.plugin.webresource   
com.atlassian.bamboo.plugins.jira.event   
com.atlassian.bamboo.plugins.jira.rest.resource   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.spring   
com.atlassian.bamboo.upgrade.tasks.v5_5   
com.atlassian.bamboo.upgrade.tasks.v5_6   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin   
com.atlassian.bamboo.ww2.actions.admin.elastic   
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.build.expiry.plugin
 

Methods in com.atlassian.bamboo.build.expiry.plugin with parameters of type FeatureManager
 void BuildExpiryPerPlanPlugin.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, DeploymentsInProgressService deploymentsInProgressService, DeploymentExecutionService deploymentExecutionService)
           
 

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, AdministrationConfigurationAccessor 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.environments.actions
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type FeatureManager
 void CreateEnvironment.setFeatureManager(FeatureManager featureManager)
           
 void ConfigureEnvironment.setFeatureManager(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, CredentialsAccessor credentialsAccessor, DeploymentsInProgressService deploymentsInProgressService, CachedPlanManager cachedPlanManager)
           
 

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, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BambooHealthCheckService healthCheckService, BuildExpiryScheduler buildExpiryScheduler)
           
FeatureManagerStartupListener(com.atlassian.plugin.PluginController pluginController, FeatureManager featureManager, CapabilityDefaultsHelper capabilityDefaultsHelper, AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BambooHealthCheckService healthCheckService, BuildExpiryScheduler buildExpiryScheduler)
           
 

Uses of FeatureManager in com.atlassian.bamboo.index
 

Constructors in com.atlassian.bamboo.index with parameters of type FeatureManager
IndexerEventListener(IndexerManager indexerManager, FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.license
 

Constructors in com.atlassian.bamboo.license with parameters of type FeatureManager
BambooLicenseManagerImpl(BootstrapManager bootstrapManager, BambooLimitsManager bambooLimitsManager, FeatureManager featureManager)
           
 

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.jira.event
 

Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type FeatureManager
ServerStartingEventListener(FeatureManager featureManager, com.atlassian.plugin.PluginController pluginController)
           
 

Uses of FeatureManager in com.atlassian.bamboo.plugins.jira.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type FeatureManager
JiraIssueRelatedDeploymentsResource(EnvironmentIndexSearcher environmentIndexSearcher, VersionIndexSearcher versionIndexSearcher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash with parameters of type FeatureManager
 void UpdateStashBuildStatusListener.setFeatureManager(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 BuildExpiryUiEnabledCondition.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.upgrade.tasks.v5_5
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_5 with parameters of type FeatureManager
 void UpgradeTask4303InitialiseAdminConfigForXsrfOnDemand.setFeatureManager(FeatureManager featureManager)
           
 

Uses of FeatureManager in com.atlassian.bamboo.upgrade.tasks.v5_6
 

Methods in com.atlassian.bamboo.upgrade.tasks.v5_6 with parameters of type FeatureManager
 void UpgradeTask4409UpdateBuildExpirySettingsForOnDemand.setFeatureManager(FeatureManager featureManager)
           
 void UpgradeTask4407RemoveOrphanedBuildDataOnDemandOnly.setFeatureManager(FeatureManager featureManager)
           
 

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, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerStatusProvider serverStatusProvider, 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.actions.admin.elastic
 

Constructors in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type FeatureManager
ConfigureElasticCloudAction(AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BambooLimitsManager bambooLimitsManager, com.atlassian.bandana.BandanaManager bandanaManager, ElasticAccountBean elasticAccountBean, ElasticFunctionalityFacade elasticFunctionalityFacade, ElasticInstanceManager elasticInstanceManager, 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 © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.