Class ViewSystemInfo

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.admin.ViewSystemInfo
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
ViewMemoryInfo, ViewUpgradeHistory

public class ViewSystemInfo extends JiraWebActionSupport
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • doGarbageCollection

      public String doGarbageCollection()
    • getExtendedSystemInfoUtils

      public ExtendedSystemInfoUtils getExtendedSystemInfoUtils()
    • getLocaleManager

      public LocaleManager getLocaleManager()
    • getWarningMessages

      public List<String> getWarningMessages()
    • getDisplayNameOfLocale

      public String getDisplayNameOfLocale(Locale locale)
    • getApplicationPropertiesHTML

      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
    • getSystemPropertiesHTML

      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
    • getAppliedPatches

      public Set<AppliedPatchInfo> getAppliedPatches()
    • getUserPlugins

      public PluginInfos getUserPlugins()
    • getSystemPlugins

      public Iterator<PluginInfo> getSystemPlugins()
    • getPropertySet

      public com.opensymphony.module.propertyset.PropertySet getPropertySet(org.ofbiz.core.entity.GenericValue gv)