Uses of Interface
com.atlassian.bamboo.FeatureManager
-
-
Uses of FeatureManager in com.atlassian.bamboo
Classes in com.atlassian.bamboo that implement FeatureManager Modifier and Type Class Description class
DefaultFeatureManager
-
Uses of FeatureManager in com.atlassian.bamboo.admin.configuration
Constructors in com.atlassian.bamboo.admin.configuration with parameters of type FeatureManager Constructor Description AdministrationConfigurationServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, BranchAndTagDetectionJobScheduler branchAndTagDetectionJobScheduler, FeatureManager featureManager, BootstrapManager bootstrapManager, BambooPermissionManager bambooPermissionManager, PullRequestDetectionJobScheduler pullRequestDetectionJobScheduler, RepositoryStoredSpecsPollingScheduler repositoryStoredSpecsPollingScheduler, com.atlassian.event.api.EventPublisher eventPublisher)
-
Uses of FeatureManager in com.atlassian.bamboo.build.docker
Constructors in com.atlassian.bamboo.build.docker with parameters of type FeatureManager Constructor Description DockerPipelineValidationServiceImpl(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 FeatureManager Constructor Description 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)
-
Uses of FeatureManager in com.atlassian.bamboo.chains.execution
Constructors in com.atlassian.bamboo.chains.execution with parameters of type FeatureManager Constructor Description ChainStatePersisterImpl(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager)
ChainStatePersisterImpl(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull File storagePath)
-
Uses of FeatureManager in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type FeatureManager Constructor Description AdministrationConfigurationAccessorImpl(Persister persister, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type FeatureManager Constructor Description RepositoryStoredSpecsServiceImpl(@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 FeatureManager Constructor Description RepositoryStoredSpecsPollingSchedulerImpl(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 FeatureManager Constructor Description SpecsConsumerFactoryImpl(@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 FeatureManager Constructor Description PendingBuildResultsStateRestorationImpl(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 FeatureManager Constructor Description CredentialsManagerImpl(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 FeatureManager Modifier and Type Method Description void
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 FeatureManager Constructor Description DeploymentsInProgressServiceImpl(XStreamFactory xStreamFactory, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type FeatureManager Modifier and Type Method Description AdministrationConfiguration
Persister. 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 FeatureManager Modifier and Type Method Description AdministrationConfiguration
FileBasedPersister. 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 FeatureManager Constructor Description ServerStartingEventListener(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 FeatureManager Constructor Description JiraIssueRelatedDeploymentsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, 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 FeatureManager Constructor Description RemoteAgentConfigurationResource(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 FeatureManager Constructor Description RestBuildMonitoringServiceImpl(AdministrationConfigurationService administrationConfigurationService, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration
Constructors in com.atlassian.bamboo.plugins.rest.admin.elasticconfiguration with parameters of type FeatureManager Constructor Description ElasticConfigurationConversionFunction(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 FeatureManager Constructor Description RestSecuritySettingsServiceImpl(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 FeatureManager Constructor Description StorageConfigurationResource(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 FeatureManager Constructor Description BambooCredentialsExportResource(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, DeploymentProjectService deploymentProjectService, 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 FeatureManager Constructor Description EnvironmentRequirementResource(DeploymentProjectService deploymentProjectService, EnvironmentRequirementService environmentRequirementService, EnvironmentService environmentService, 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 FeatureManager Constructor Description DeploymentProjectResource(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, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, RepositoryDefinitionManager repositoryDefinitionManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, ResultsSummaryManager resultsSummaryManager, RssPermissionManager rssPermissionManager, DeploymentProjectDeletionService deploymentProjectDeletionService, SpecsExporter specsExporter)
-
Uses of FeatureManager in com.atlassian.bamboo.plugins.rest.performance
Constructors in com.atlassian.bamboo.plugins.rest.performance with parameters of type FeatureManager Constructor Description BambooRestPerformanceFilterFactory(FeatureManager featureManager, PerformanceStatsService performanceStatsService)
-
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 FeatureManager Constructor Description JobConversionFunction(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 FeatureManager Constructor Description RequirementResource(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 FeatureManager Constructor Description ProjectResource(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)
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, EnvironmentService environmentService, ProjectManager projectManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
ResultResource(BambooPermissionManager bambooPermissionManager, ResultService resultService, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type FeatureManager Constructor Description BitbucketServerBuildStatusUpdater(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, DeploymentProjectService deploymentProjectService, 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 FeatureManager Modifier and Type Method Description void
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 FeatureManager Constructor Description DefaultProjectPermissionsService(HibernateMutableAclService aclService, TransactionAndHibernateTemplate hibernateTemplate, BambooAclHelper aclHelper, ProjectManager projectManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.repository
Fields in com.atlassian.bamboo.repository declared as FeatureManager Modifier and Type Field Description protected FeatureManager
AbstractRepository. featureManager
Deprecated.since 6.8 inject your ownMethods in com.atlassian.bamboo.repository with parameters of type FeatureManager Modifier and Type Method Description void
AbstractRepository. setFeatureManager(FeatureManager featureManager)
Deprecated. -
Uses of FeatureManager in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type FeatureManager Constructor Description SecureTokenServiceImpl(FeatureManager featureManager, XStreamObjectPersister persister)
SecureTokenServiceImpl(XStreamFactory xStreamFactory, FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type FeatureManager Modifier and Type Field Description static Supplier<FeatureManager>
ComponentAccessor. FEATURE_MANAGER
Deprecated. -
Uses of FeatureManager in com.atlassian.bamboo.user
Methods in com.atlassian.bamboo.user with parameters of type FeatureManager Modifier and Type Method Description void
BambooUserManagerImpl. setFeatureManager(FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type FeatureManager Modifier and Type Method Description static boolean
PermissionActionsUtils. isVisible(@NotNull BambooPermission p, @NotNull FeatureManager featureManager)
-
Uses of FeatureManager in com.atlassian.bamboo.v2.build.agent
Constructors in com.atlassian.bamboo.v2.build.agent with parameters of type FeatureManager Constructor Description HeartbeatMessageListener(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 FeatureManager Modifier and Type Field Description protected FeatureManager
BambooActionSupport. featureManager
Methods in com.atlassian.bamboo.ww2 that return FeatureManager Modifier and Type Method Description FeatureManager
BambooActionSupport. getFeatureManager()
FeatureManager
FreemarkerContext. getFeatureManager()
Methods in com.atlassian.bamboo.ww2 with parameters of type FeatureManager Modifier and Type Method Description void
BambooActionSupport. setFeatureManager(FeatureManager featureManager)
Constructors in com.atlassian.bamboo.ww2 with parameters of type FeatureManager Constructor Description FreemarkerContext(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, 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, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-