Uses of Interface
com.atlassian.confluence.status.service.SystemInformationService
-
-
Uses of SystemInformationService in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type SystemInformationService Modifier and Type Method Description void
ViewSystemInfoAction. setSystemInformationService(SystemInformationService sysInfoService)
-
Uses of SystemInformationService in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as SystemInformationService Modifier and Type Field Description protected SystemInformationService
ConfluenceActionSupport. systemInformationService
Methods in com.atlassian.confluence.core that return SystemInformationService Modifier and Type Method Description protected SystemInformationService
ConfluenceActionSupport. getSystemInformationService()
Deprecated, for removal: This API element is subject to removal in a future version.since 8.5.5, use thesystemInformationService
protected field directly when extending this class.Methods in com.atlassian.confluence.core with parameters of type SystemInformationService Modifier and Type Method Description void
ConfluenceActionSupport. setSystemInformationService(SystemInformationService systemInformationService)
-
Uses of SystemInformationService in com.atlassian.confluence.impl.activeobjects
Constructors in com.atlassian.confluence.impl.activeobjects with parameters of type SystemInformationService Constructor Description ActiveObjectsDataSourceProvider(SystemInformationService systemInformationService, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
-
Uses of SystemInformationService in com.atlassian.confluence.impl.startup
Constructors in com.atlassian.confluence.impl.startup with parameters of type SystemInformationService Constructor Description ConfluenceStartAnalyticsEventFactory(org.springframework.transaction.PlatformTransactionManager txManager, ClusterManager clusterManager, LicenseService licenseService, com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, SystemInformationService systemInformationService, SandboxPoolConfiguration conversionSandboxConfig)
-
Uses of SystemInformationService in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type SystemInformationService Constructor Description JmxSystemInfoWrapper(SystemInformationService systemInformationService)
-
Uses of SystemInformationService in com.atlassian.confluence.plugins.synchrony.bootstrap
Constructors in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type SystemInformationService Constructor Description DefaultSynchronyProcessManager(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, com.atlassian.confluence.plugins.synchrony.config.SynchronyConfigurationManager synchronyConfigurationManager, SynchronyMonitor synchronyMonitor, com.atlassian.confluence.plugins.synchrony.bootstrap.SynchronyExecutorServiceProvider executorServiceProvider, ClusterManager clusterManager, SynchronyProxyMonitor synchronyProxyMonitor, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.bandana.BandanaManager bandanaManager, SynchronyEnvironmentBuilder synchronyEnvironmentBuilder, SynchronyProcessBuilder synchronyProcessBuilder)
SynchronyEnvironmentBuilder(BootstrapManager bootstrapManager, SystemInformationService systemInformationService, ClusterManager clusterManager, TomcatConfigHelper tomcatConfigHelper, HttpClientProvider httpClientProvider)
SynchronyProcessBuilder(com.atlassian.sal.api.ApplicationProperties applicationProperties, SystemInformationService systemInformationService, ExternalProcessBuilderFactory externalProcessBuilderFactory, NonIdlingExternalProcessFactory nonIdlingExternalProcessFactory, ClusterManager clusterManager, DownloadResourceManager downloadResourceManager, TomcatConfigHelper tomcatConfigHelper)
-
Uses of SystemInformationService in com.atlassian.confluence.status.service
Classes in com.atlassian.confluence.status.service that implement SystemInformationService Modifier and Type Class Description class
DefaultSystemInformationService
Default implementation of theSystemInformationService
.Constructors in com.atlassian.confluence.status.service with parameters of type SystemInformationService Constructor Description SystemInformationHelper(I18NBean i18n, SystemInformationService service)
-
Uses of SystemInformationService in com.atlassian.confluence.util.profiling
Constructors in com.atlassian.confluence.util.profiling with parameters of type SystemInformationService Constructor Description ConfluenceUsageInfoInstrumentProvider(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.tenancy.api.TenantAccessor tenantAccessor, SystemInformationService systemInformationService, com.atlassian.cache.CacheManager cacheManager, ConfluenceInstrumentRegistry confluenceInstrumentRegistry)
-