Class ConfluenceStartAnalyticsEventFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.startup.ConfluenceStartAnalyticsEventFactory
-
public class ConfluenceStartAnalyticsEventFactory extends Object
Responsible for creatingConfluenceStartAnalyticsEventinstances.- Since:
- 5.8
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVER_PLATFORM
-
Constructor Summary
Constructors Constructor Description ConfluenceStartAnalyticsEventFactory(org.springframework.transaction.PlatformTransactionManager txManager, ClusterManager clusterManager, LicenseService licenseService, com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, SystemInformationService systemInformationService, SandboxPoolConfiguration conversionSandboxConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,Object>populateAttachmentStorageProperties()protected Map<String,Object>populateBuildProperties()protected Map<String,Object>populateClusterProperties()protected Map<String,Object>populateDatabaseProperties()protected Map<String,Object>populateHardwareProperties()protected Map<String,Object>populateHibernateProperties()protected Map<String,Object>populatePlatformProperties()protected Map<String,Object>populateSafeModeProperties()protected Map<String,Object>populateSecurityProperties()protected Map<String,Object>populateSystemProperties()
-
-
-
Field Detail
-
SERVER_PLATFORM
public static final String SERVER_PLATFORM
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ConfluenceStartAnalyticsEventFactory
public ConfluenceStartAnalyticsEventFactory(org.springframework.transaction.PlatformTransactionManager txManager, ClusterManager clusterManager, LicenseService licenseService, com.atlassian.plugin.parsers.SafeModeCommandLineArgumentsFactory safeModeCommandLineArgumentsFactory, SystemInformationService systemInformationService, SandboxPoolConfiguration conversionSandboxConfig)
-
-
Method Detail
-
populateDatabaseProperties
protected Map<String,Object> populateDatabaseProperties() throws SQLException
- Throws:
SQLException
-
populateAttachmentStorageProperties
protected Map<String,Object> populateAttachmentStorageProperties()
-
populateClusterProperties
protected Map<String,Object> populateClusterProperties() throws SQLException
- Throws:
SQLException
-
-