public class

ViewSystemInfo

extends JiraWebActionSupport
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ com.atlassian.jira.action.JiraActionSupport
       ↳ com.atlassian.jira.web.action.JiraWebActionSupport
         ↳ com.atlassian.jira.web.action.admin.ViewSystemInfo
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.web.action.JiraWebActionSupport
From interface webwork.action.Action
[Expand]
Inherited Fields
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
Public Constructors
ViewSystemInfo(LocaleManager localeManager, PluginInfoProvider pluginInfoProvider, FeatureManager featureManager)
Public Methods
String doGarbageCollection()
Map getApplicationPropertiesHTML()
For each application properties, display the key and its value.
Set<AppliedPatchInfo> getAppliedPatches()
String getDisplayNameOfLocale(Locale locale)
ExtendedSystemInfoUtils getExtendedSystemInfoUtils()
LocaleManager getLocaleManager()
PropertySet getPropertySet(GenericValue gv)
Iterator<PluginInfo> getSystemPlugins()
Map getSystemPropertiesHTML()
For each system properties, display the key and its value.
PluginInfos getUserPlugins()
List<String> getWarningMessages()
[Expand]
Inherited Methods
From class com.atlassian.jira.web.action.JiraWebActionSupport
From class com.atlassian.jira.action.JiraActionSupport
From class webwork.action.ActionSupport
From class java.lang.Object
From interface com.atlassian.jira.util.ErrorCollection
From interface com.atlassian.jira.util.I18nHelper
From interface com.atlassian.jira.web.HttpServletVariables
From interface com.atlassian.jira.web.util.AuthorizationSupport
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware

Public Constructors

public ViewSystemInfo (LocaleManager localeManager, PluginInfoProvider pluginInfoProvider, FeatureManager featureManager)

Public Methods

public String doGarbageCollection ()

public Map getApplicationPropertiesHTML ()

For each application properties, display the key and its value. If the value is a path, then break the paths at semi colons ';' (For non-windows operatin systems, breaks on colon ':' as well). The break is accomplished by adding the HTML <br> tag.

Returns
  • Map of system property keys to its value

public Set<AppliedPatchInfo> getAppliedPatches ()

public String getDisplayNameOfLocale (Locale locale)

public ExtendedSystemInfoUtils getExtendedSystemInfoUtils ()

public LocaleManager getLocaleManager ()

public PropertySet getPropertySet (GenericValue gv)

public Iterator<PluginInfo> getSystemPlugins ()

public Map getSystemPropertiesHTML ()

For each system properties, display the key and its value. If the value is a path, then break the paths at semi colons ';' (For non-windows operatin systems, breaks on colon ':' as well). The break is accomplished by adding the HTML <br> tag.

Returns
  • Map of system property keys to its value

public PluginInfos getUserPlugins ()

public List<String> getWarningMessages ()