Uses of Interface
com.atlassian.bamboo.utils.i18n.I18nBeanFactory
-
-
Uses of I18nBeanFactory in com.atlassian.bamboo.configuration.external
Constructors in com.atlassian.bamboo.configuration.external with parameters of type I18nBeanFactory 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 I18nBeanFactory in com.atlassian.bamboo.configuration.external.rss
Constructors in com.atlassian.bamboo.configuration.external.rss with parameters of type I18nBeanFactory 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 I18nBeanFactory in com.atlassian.bamboo.configuration.external.yaml
Constructors in com.atlassian.bamboo.configuration.external.yaml with parameters of type I18nBeanFactory Constructor Description BambooYamlParserImpl(BambooYamlVersion1Converter bambooYamlVersion1Converter, BambooYamlOverrider bambooYamlOverrider, I18nBeanFactory i18nBeanFactory, com.atlassian.plugin.PluginAccessor pluginAccessor, TaskManager taskManager, VcsRepositoryManager repositoryManager, CustomEnvironmentPluginExportHelper customEnvironmentPluginExportHelper)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.configuration.external.yaml.format
Constructors in com.atlassian.bamboo.configuration.external.yaml.format with parameters of type I18nBeanFactory Constructor Description BambooYamlVersion1ConverterImpl(@NotNull I18nBeanFactory i18nBeanFactory)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.plugin.web
Constructors in com.atlassian.bamboo.plugin.web with parameters of type I18nBeanFactory Constructor Description BambooWebFragmentHelper(I18nBeanFactory i18nBeanFactory, com.atlassian.plugin.hostcontainer.HostContainer hostContainer, TemplateRenderer templateRenderer)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.sal.message
Constructors in com.atlassian.bamboo.sal.message with parameters of type I18nBeanFactory Constructor Description BambooI18nResolver(I18nBeanFactory i18nBeanFactory)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.user
Constructors in com.atlassian.bamboo.user with parameters of type I18nBeanFactory Constructor Description DefaultAuthenticationContext(BambooUserManager bambooUserManager, I18nBeanFactory i18nBeanFactory)
Deprecated.since 6.6 use autowiring instead.DefaultAuthenticationContext(I18nBeanFactory i18nBeanFactory)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.utils.i18n
Classes in com.atlassian.bamboo.utils.i18n that implement I18nBeanFactory Modifier and Type Class Description class
FakeI18nBeanFactory
class
I18nBeanFactoryImpl
Constructors in com.atlassian.bamboo.utils.i18n with parameters of type I18nBeanFactory Constructor Description DefaultDocumentationLinkProvider(I18nBeanFactory i18nBeanFactory)
-
Uses of I18nBeanFactory in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type I18nBeanFactory Modifier and Type Method Description void
BambooActionSupport. setI18nBeanFactory(I18nBeanFactory i18nBeanFactory)
void
BambooFreemarkerManager. setI18nBeanFactory(@Nullable I18nBeanFactory i18nBeanFactory)
-
Uses of I18nBeanFactory in com.atlassian.sal.bamboo.message
Constructors in com.atlassian.sal.bamboo.message with parameters of type I18nBeanFactory Constructor Description BambooI18nResolver(I18nBeanFactory i18nBeanFactory)
-