public interface ExtendedSystemInfoUtils
SystemInfoUtils getSystemInfoUtils()
Map<String,String> getProps()
Map<String,String> getProps(boolean showSensitiveInfo)
showSensitiveInfo
- Whether to include sensitive system information (e.g. database URL)Map<String,String> getCommonConfigProperties()
List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation> getMemoryPoolInformation()
Map<String,String> getBuildStats()
List<UpgradeVersionHistoryItem> getUpgradeHistory()
Map<String,String> getApplicationPropertiesFormatted(String suffix)
suffix
- the string to add to the suffix of ';' and/or ':'Map<String,String> getSystemPropertiesFormatted(String suffix)
suffix
- the string to add to the suffix of ';' and/or ':'String getDefaultLanguage()
String getBaseUrl()
Map<String,String> getUsageStats()
boolean isUsingSystemLocale()
String getEntityEngineXmlPath()
String getLogPath()
String getIndexLocation()
String getAttachmentsLocation()
String getBackupLocation()
Collection<org.ofbiz.core.entity.GenericValue> getListeners()
Collection<JiraServiceContainer> getServices()
Map<String,String> getServicePropertyMap(JiraServiceContainer serviceContainer)
serviceContainer
- the service object to obtain properties forlong getMillisecondsToMinutes(long ms)
ms
- millisecondsCollection<com.atlassian.plugin.Plugin> getPlugins()
boolean isPluginEnabled(com.atlassian.plugin.Plugin plugin)
plugin
- the pluginSet<TrustedApplicationInfo> getTrustedApplications(JiraServiceContext jiraServiceContext)
jiraServiceContext
- the JIRA service contextSet<String> getIPMatches(TrustedApplicationInfo info)
info
- the trusted applicationSet<String> getUrlMatches(TrustedApplicationInfo info)
info
- the trusted applicationboolean isJvmWithPermGen()
String getJiraHomeLocation()
String getJiraLocalHomeLocation()
boolean isClustered()
Copyright © 2002-2024 Atlassian. All Rights Reserved.