|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.util.system.ExtendedSystemInfoUtilsImpl
public class ExtendedSystemInfoUtilsImpl
Implementation for the ExtendedSystemInfoUtils interface.
Constructor Summary | |
---|---|
|
ExtendedSystemInfoUtilsImpl(I18nHelper i18nHelper)
|
protected |
ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils,
ServiceManager serviceManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ApplicationProperties applicationProperties,
TrustedApplicationService trustedAppService,
org.ofbiz.core.entity.GenericDelegator delegator,
I18nHelper i18nHelper,
UserUtil userUtil,
HashRegistryCache registry,
LocaleManager localeManager,
JiraLicenseService jiraLicenseService,
BuildUtilsInfo buildUtilsInfo,
UpgradeManager upgradeManager,
IssueIndexManager indexManager)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ExtendedSystemInfoUtilsImpl(SystemInfoUtils systemInfoUtils, ServiceManager serviceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ApplicationProperties applicationProperties, TrustedApplicationService trustedAppService, org.ofbiz.core.entity.GenericDelegator delegator, I18nHelper i18nHelper, UserUtil userUtil, HashRegistryCache registry, LocaleManager localeManager, JiraLicenseService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, UpgradeManager upgradeManager, IssueIndexManager indexManager)
public ExtendedSystemInfoUtilsImpl(I18nHelper i18nHelper)
Method Detail |
---|
public SystemInfoUtils getSystemInfoUtils()
getSystemInfoUtils
in interface ExtendedSystemInfoUtils
public Map<String,String> getProps()
ExtendedSystemInfoUtils
getProps
in interface ExtendedSystemInfoUtils
public Map<String,String> getProps(boolean showSensitiveInfo)
getProps
in interface ExtendedSystemInfoUtils
showSensitiveInfo
- Whether to include sensitive system information (e.g. database URL)
public Map<String,String> getApplicationPropertiesFormatted(String suffix)
ExtendedSystemInfoUtils
getApplicationPropertiesFormatted
in interface ExtendedSystemInfoUtils
suffix
- the string to add to the suffix of ';' and/or ':'
public Map<String,String> getSystemPropertiesFormatted(String suffix)
ExtendedSystemInfoUtils
getSystemPropertiesFormatted
in interface ExtendedSystemInfoUtils
suffix
- the string to add to the suffix of ';' and/or ':'
public Map<String,String> getLicenseInfo()
getLicenseInfo
in interface ExtendedSystemInfoUtils
public Map<String,String> getJvmStats()
getJvmStats
in interface ExtendedSystemInfoUtils
public Map<String,String> getCommonConfigProperties()
ExtendedSystemInfoUtils
getCommonConfigProperties
in interface ExtendedSystemInfoUtils
public List<com.atlassian.jdk.utilities.runtimeinformation.MemoryInformation> getMemoryPoolInformation()
getMemoryPoolInformation
in interface ExtendedSystemInfoUtils
public Map<String,String> getBuildStats()
getBuildStats
in interface ExtendedSystemInfoUtils
public List<UpgradeHistoryItem> getUpgradeHistory()
getUpgradeHistory
in interface ExtendedSystemInfoUtils
public String getDefaultLanguage()
getDefaultLanguage
in interface ExtendedSystemInfoUtils
public String getBaseUrl()
getBaseUrl
in interface ExtendedSystemInfoUtils
public boolean isUsingSystemLocale()
ExtendedSystemInfoUtils
isUsingSystemLocale
in interface ExtendedSystemInfoUtils
public Map<String,String> getUsageStats()
getUsageStats
in interface ExtendedSystemInfoUtils
public String getEntityEngineXmlPath()
getEntityEngineXmlPath
in interface ExtendedSystemInfoUtils
public String getLogPath()
getLogPath
in interface ExtendedSystemInfoUtils
public String getIndexLocation()
getIndexLocation
in interface ExtendedSystemInfoUtils
public String getAttachmentsLocation()
getAttachmentsLocation
in interface ExtendedSystemInfoUtils
public String getBackupLocation()
getBackupLocation
in interface ExtendedSystemInfoUtils
public String getJiraHomeLocation()
getJiraHomeLocation
in interface ExtendedSystemInfoUtils
public Collection<org.ofbiz.core.entity.GenericValue> getListeners()
getListeners
in interface ExtendedSystemInfoUtils
public Collection<JiraServiceContainer> getServices()
getServices
in interface ExtendedSystemInfoUtils
public Map<String,String> getServicePropertyMap(JiraServiceContainer serviceContainer)
getServicePropertyMap
in interface ExtendedSystemInfoUtils
serviceContainer
- the service object to obtain properties for
public long getMillisecondsToMinutes(long ms)
getMillisecondsToMinutes
in interface ExtendedSystemInfoUtils
ms
- milliseconds
public Collection<com.atlassian.plugin.Plugin> getPlugins()
getPlugins
in interface ExtendedSystemInfoUtils
public boolean isPluginEnabled(com.atlassian.plugin.Plugin plugin)
isPluginEnabled
in interface ExtendedSystemInfoUtils
plugin
- the plugin
public Set<TrustedApplicationInfo> getTrustedApplications(JiraServiceContext jiraServiceContext)
getTrustedApplications
in interface ExtendedSystemInfoUtils
jiraServiceContext
- the JIRA service context
public Set<String> getIPMatches(TrustedApplicationInfo info)
getIPMatches
in interface ExtendedSystemInfoUtils
info
- the trusted application
public Set<String> getUrlMatches(TrustedApplicationInfo info)
getUrlMatches
in interface ExtendedSystemInfoUtils
info
- the trusted application
public boolean isJvmJava5OrGreater()
isJvmJava5OrGreater
in interface ExtendedSystemInfoUtils
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |