Uses of Interface
com.atlassian.bamboo.FeatureManager
Packages that use FeatureManager
Package
Description
-
Uses of FeatureManager in com.atlassian.bamboo
Classes in com.atlassian.bamboo that implement FeatureManager -
Uses of FeatureManager in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type FeatureManagerModifierConstructorDescriptionDockerPipelineValidationServiceImpl
(com.opensymphony.xwork2.TextProvider textProvider, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.buildqueue.manager
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type FeatureManagerModifierConstructorDescriptionAgentAssignmentServiceImpl
(@NotNull AgentAssignmentDao agentAssignmentDao, @NotNull AuditLogService auditLogService, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull ProjectManager projectManager, @NotNull CachedPlanManager cachedPlanManager, @NotNull com.atlassian.struts.TextProvider textProvider, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull CachedDeploymentProjectService cachedDeploymentProjectService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CapabilitySetManager capabilitySetManager, @NotNull CapabilityRequirementsMatcher capabilityRequirementsMatcher, @NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull FeatureManager featureManager) AgentManagerImpl
(AgentDao agentDao, CapabilitySetManager capabilitySetManager, CapabilityManager capabilityManager, com.atlassian.event.api.EventPublisher eventPublisher, BambooLicenseManager bambooLicenseManager, ElasticInstanceManager elasticInstanceManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager, FeatureManager featureManager, DeploymentsInProgressService deploymentsInProgressService, ElasticTunnelDefinitionDao elasticTunnelDefinitionDao, EphemeralAgentsService ephemeralAgentsService, EphemeralAgentExecutionService ephemeralAgentExecutionService, EphemeralAgentManagementLogger ephemeralAgentManagementLogger) AgentStateCache
(FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.chains.execution
Constructors in com.atlassian.bamboo.chains.execution with parameters of type FeatureManagerModifierConstructorDescriptionChainStatePersisterImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull SecretEncryptionService secretEncryptionService) ChainStatePersisterImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull SecretEncryptionService secretEncryptionService, @NotNull File storagePath) -
Uses of FeatureManager in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type FeatureManagerModifierConstructorDescriptionAdministrationConfigurationAccessorImpl
(Persister persister, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type FeatureManagerModifierConstructorDescriptionRepositoryStoredSpecsServiceImpl
(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull JavaSpecsImportService javaSpecsImportService, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull RepositoryStoredSpecsLogService repositoryStoredSpecsLogService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull RssExecutionDirectoryManager rssExecutionDirectoryManager, @NotNull RssPermissionsService rssPermissionsService, @NotNull YamlSpecsImportService yamlSpecsImportService, @NotNull AuditLogService auditLogService) RssDetectionServiceImpl
(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull AuthorCreatorService authorCreatorService, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, @NotNull CustomVariableContext customVariableContext, @NotNull ExtendedAuthorManager extendedAuthorManager, @NotNull FeatureManager featureManager, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull RepositoryStoredSpecsService repositoryStoredSpecsService, @NotNull SpecsConsumerFactory specsConsumerFactory, @NotNull VcsRepositoryManager vcsRepositoryManager) -
Uses of FeatureManager in com.atlassian.bamboo.configuration.external.polling
Constructors in com.atlassian.bamboo.configuration.external.polling with parameters of type FeatureManagerModifierConstructorDescriptionRepositoryStoredSpecsPollingSchedulerImpl
(org.quartz.Scheduler quartzScheduler, FeatureManager featureManager, AdministrationConfigurationAccessor administrationConfigurationAccessor) -
Uses of FeatureManager in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type FeatureManagerModifierConstructorDescriptionSpecsConsumerFactoryImpl
(@NotNull AdministrationConfigurationAccessor administrationConfigurationAccessor, @NotNull BambooSpecsManager bambooSpecsManager, @NotNull BuildNumberGeneratorService buildNumberGenerator, @NotNull CachedPlanManager cachedPlanManager, @NotNull ChainResultManager chainResultManager, @NotNull DeploymentImportService deploymentImportService, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull I18nBeanFactory i18nBeanFactory, @NotNull PlanConfigImportService planConfigImportService, @NotNull PlanManager planManager, @NotNull PlanPermissionService planPermissionService, @NotNull ProjectImportService projectImportService, @NotNull RepositoryStoredSpecsResultHelper repositoryStoredSpecsResultService, @NotNull AuditLogService auditLogService, @NotNull BuildDefinitionManager buildDefinitionManager, @NotNull BuildDefinitionConverter buildDefinitionConverter, @NotNull FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.container.startup
Constructors in com.atlassian.bamboo.container.startup with parameters of type FeatureManagerModifierConstructorDescriptionPendingBuildResultsStateRestorationImpl
(ResultsSummaryManager resultsSummaryManager, CurrentlyBuildingContainer currentlyBuildingContainer, ChainExecutionManager chainExecutionManager, BuildExecutionManager buildExecutionManager, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.credentials
Constructors in com.atlassian.bamboo.credentials with parameters of type FeatureManagerModifierConstructorDescriptionCredentialsManagerImpl
(AuditLogService auditLogService, CredentialsDao credentialsDao, FeatureManager featureManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.plugin.PluginAccessor pluginAccessor, com.opensymphony.xwork2.TextProvider textProvider) -
Uses of FeatureManager in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type FeatureManagerModifier and TypeMethodDescriptionvoid
ConfigureEnvironment.setFeatureManager
(FeatureManager featureManager) void
CreateEnvironment.setFeatureManager
(FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.deployments.runtime
Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type FeatureManagerModifierConstructorDescriptionDeploymentsInProgressServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type FeatureManagerModifier and TypeMethodDescriptionPersister.getAdministrationConfiguration
(@Nullable FeatureManager featureManager) 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 FeatureManagerModifier and TypeMethodDescriptionFileBasedPersister.getAdministrationConfiguration
(@Nullable FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type FeatureManagerModifierConstructorDescriptionServerStartingEventListener
(com.atlassian.event.api.EventPublisher eventPublisher, 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 FeatureManagerModifierConstructorDescriptionJiraIssueRelatedDeploymentsResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, CachedDeploymentProjectService cachedDeploymentProjectService, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.agent
Constructors in com.atlassian.bamboo.plugins.rest.admin.agent with parameters of type FeatureManagerModifierConstructorDescriptionRemoteAgentConfigurationResource
(FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RemoteAgentConfigurationConversionFunction function, RemoteAgentManager remoteAgentManager, RestHelperWrapper restHelperWrapper) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.buildmonitoring
Constructors in com.atlassian.bamboo.plugins.rest.admin.buildmonitoring with parameters of type FeatureManagerModifierConstructorDescriptionRestBuildMonitoringServiceImpl
(AdministrationConfigurationService administrationConfigurationService, FeatureManager featureManager, com.atlassian.bandana.BandanaManager bandanaManager) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Constructors in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration with parameters of type FeatureManagerModifierConstructorDescriptionElasticConfigurationConversionFunction
(BambooLicenseManager bambooLicenseManager, ElasticFunctionalityFacade elasticFunctionalityFacade, ElasticInstanceManager elasticInstanceManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LinkService linkService, SecretEncryptionService secretEncryptionService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.security
Constructors in com.atlassian.bamboo.plugins.rest.admin.security with parameters of type FeatureManagerModifierConstructorDescriptionRestSecuritySettingsServiceImpl
(AdministrationConfigurationService administrationConfigurationService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, RestPermissionCheck restPermissionCheck) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.storage
Constructors in com.atlassian.bamboo.plugins.rest.admin.storage with parameters of type FeatureManagerModifierConstructorDescriptionStorageConfigurationResource
(AdministrationConfigurationService administrationConfigurationService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, StorageCappingService storageCappingService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.configuration.external
Constructors in com.atlassian.bamboo.plugins.rest.configuration.external with parameters of type FeatureManagerModifierConstructorDescriptionBambooCredentialsExportResource
(CredentialsExportService credentialsExportService, EncryptedCredentialsAccessor encryptedCredentialsAccessor, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) BambooCredentialsImportResource
(CredentialsExportService credentialsExportService, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) BambooDeploymentExportResource
(DeploymentExportService deploymentExportService, CachedDeploymentProjectService cachedDeploymentProjectService, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) BambooLinkedRepositoryExportResource
(RepositoryExportService repositoryExportService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) BambooPlanConfigExportResource
(PlanConfigExportService planConfigExportService, CachedPlanManager cachedPlanManager, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type FeatureManagerModifierConstructorDescriptionEnvironmentRequirementResource
(CachedDeploymentProjectService cachedDeploymentProjectService, EnvironmentRequirementService environmentRequirementService, CachedEnvironmentService cachedEnvironmentService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, LinkService linkService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type FeatureManagerModifierConstructorDescriptionDeploymentProjectResource
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, DeploymentProjectService deploymentProjectService, DeploymentVersionService deploymentVersionService, InternalEnvironmentService internalEnvironmentService, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, CachedEnvironmentService cachedEnvironmentService, CachedDeploymentProjectService cachedDeploymentProjectService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter, RestAuthenticationContext restAuthenticationContext) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.plan.stage.job
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type FeatureManagerModifierConstructorDescriptionJobConversionFunction
(BambooPermissionManager bambooPermissionManager, ExecutableAgentsHelper executableAgentsHelper, FeatureManager featureManager, LinkService linkService, PaginationService paginationService, StageConversionFunction stageConversionFunction, TaskConversionFunction taskConversionFunction, TaskService taskService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement
Constructors in com.atlassian.bamboo.plugins.rest.plan.stage.job.requirement with parameters of type FeatureManagerModifierConstructorDescriptionRequirementResource
(RequirementService requirementService, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, InputParser inputParser, LinkService linkService, PlanRestService planRestService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type FeatureManagerModifierConstructorDescriptionProjectResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, FeatureManager featureManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, ProjectManager projectManager, PlanRestService planRestService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssPermissionManager rssPermissionManager, ProjectConfigurationService projectConfigurationService, SpecsExporter specsExporter, VariableDefinitionManager variableDefinitionManager, VariableConfigurationService variableConfigurationService, CredentialsManager credentialsManager, PaginatedDataCollector paginatedDataCollector, VcsRepositoryManager vcsRepositoryManager, LinkService linkService, SharedCredentialConversionFunction sharedCredentialConversionFunction, RestAuthenticationContext restAuthenticationContext) RepositoryResource
(com.atlassian.sal.api.ApplicationProperties applicationProperties, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooPermissionManager bambooPermissionManager, CustomVariableContext customVariableContext, ValidationService validationService, ValidationFunctionFactory validationFunctionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, VcsConfigurationHelper vcsConfigurationHelper, VcsRepositoryConfigurationService vcsRepositoryConfigurationService, RssPermissionManager rssPermissionManager, FeatureManager featureManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, RssDetectionService rssDetectionService, BambooSpecsManager bambooSpecsManager, com.atlassian.event.api.EventPublisher eventPublisher, SpecsConsumerFactory specsConsumerFactory, CachedEnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedDeploymentProjectService cachedDeploymentProjectService) ResultResource
(BambooPermissionManager bambooPermissionManager, ResultService resultService, FeatureManager featureManager, RestAuthenticationContext restAuthenticationContext) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type FeatureManagerModifierConstructorDescriptionBitbucketServerBuildStatusUpdater
(CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, ErrorHandler errorHandler, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, TemplateRenderer templateRenderer, RepositoryDefinitionManager repositoryDefinitionManager) BitbucketServerDeploymentUpdater
(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CachedDeploymentProjectService cachedDeploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.plugins.capabilities.api.LinkedApplicationCapabilities linkedApplicationCapabilities, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory) BitbucketServerRssStatusUpdater
(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory, FeatureManager featureManager, ErrorHandler errorHandler, RepositoryStoredSpecsLogService repositoryStoredSpecsLogService) -
Uses of FeatureManager in com.atlassian.bamboo.plugins.web.conditions
Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type FeatureManagerModifier and TypeMethodDescriptionvoid
ArtifactHandlersConfigurableCondition.setFeatureManager
(FeatureManager featureManager) void
DeploymentCreatedGrantedByProjectsCondition.setFeatureManager
(FeatureManager featureManager) void
RepositoryStoredSpecsEnabledCondition.setFeatureManager
(FeatureManager featureManager) void
RotpAdminShortcutsCondition.setFeatureManager
(FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.project
Constructors in com.atlassian.bamboo.project with parameters of type FeatureManagerModifierConstructorDescriptionDefaultProjectPermissionsService
(HibernateMutableAclService aclService, TransactionAndHibernateTemplate hibernateTemplate, BambooAclHelper aclHelper, ProjectManager projectManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.rest.filters
Constructors in com.atlassian.bamboo.rest.filters with parameters of type FeatureManagerModifierConstructorDescriptionBambooResourceConfigProvider
(FeatureManager featureManager, PerformanceStatsService performanceStatsService, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver) BambooRestPerformanceFilterFeature
(FeatureManager featureManager, PerformanceStatsService performanceStatsService) -
Uses of FeatureManager in com.atlassian.bamboo.sal
Constructors in com.atlassian.bamboo.sal with parameters of type FeatureManagerModifierConstructorDescriptionBambooWebSudoManagerImpl
(BambooAuthenticationContext bambooAuthenticationContext, BambooPermissionManager bambooPermissionManager, FeatureManager featureManager, WebSudoIpAllowlistService webSudoIpAllowlistService) -
Uses of FeatureManager in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type FeatureManagerModifierConstructorDescriptionprotected
SecureTokenServiceImpl
(FeatureManager featureManager, XStreamObjectPersister persister, SecretEncryptionService secretEncryptionService) SecureTokenServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager, SecretEncryptionService secretEncryptionService) -
Uses of FeatureManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type FeatureManagerModifier and TypeFieldDescriptionstatic final Supplier<FeatureManager>
ComponentAccessor.FEATURE_MANAGER
Deprecated. -
Uses of FeatureManager in com.atlassian.bamboo.user
Methods in com.atlassian.bamboo.user with parameters of type FeatureManagerModifier and TypeMethodDescriptionvoid
BambooUserManagerImpl.setFeatureManager
(FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type FeatureManagerModifierConstructorDescriptionHeartbeatMessageListener
(org.springframework.jms.support.converter.MessageConverter messageConverter, ServerFingerprint serverFingerprint, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager) -
Uses of FeatureManager in com.atlassian.bamboo.ww2
Fields in com.atlassian.bamboo.ww2 declared as FeatureManagerMethods in com.atlassian.bamboo.ww2 that return FeatureManagerModifier and TypeMethodDescriptionBambooActionSupport.getFeatureManager()
FreemarkerContext.getFeatureManager()
Methods in com.atlassian.bamboo.ww2 with parameters of type FeatureManagerModifier and TypeMethodDescriptionvoid
BambooActionSupport.setFeatureManager
(FeatureManager featureManager) Constructors in com.atlassian.bamboo.ww2 with parameters of type FeatureManagerModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)