public class

SystemInfoAction

extends BambooActionSupport
implements GlobalAdminSecurityAware ServletContextAware ApplicationContextAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.SystemInfoAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
SystemInfoAction()
Public Methods
String doExecute()
Obtains the system info
Date getBambooBuildDate()
String getBambooBuildNumber()
String getBambooVersion()
CompressingFilterStats getCompressionStats()
Collection<Plugin> getEnabledPlugins()
String getLogPath()
Object getSecuredDomainObject()
ServletContext getServletContext()
SystemInfo getSystemInfo()
Provide the GUI with the system info
SystemStatisticsBean getSystemStatisticsBean()
void setApplicationContext(ApplicationContext applicationContext)
void setPluginAccessor(PluginAccessor pluginAccessor)
void setServletContext(ServletContext servletContext)
void setSystemInfo(SystemInfo systemInfo)
void setSystemStatisticsBean(SystemStatisticsBean systemStatisticsBean)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.webwork.util.ServletContextAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject
From interface org.springframework.context.ApplicationContextAware

Public Constructors

public SystemInfoAction ()

Public Methods

public String doExecute ()

Obtains the system info

Returns
  • The webwork return status
Throws
Exception A generic exception

public Date getBambooBuildDate ()

public String getBambooBuildNumber ()

public String getBambooVersion ()

public CompressingFilterStats getCompressionStats ()

public Collection<Plugin> getEnabledPlugins ()

public String getLogPath ()

public Object getSecuredDomainObject ()

public ServletContext getServletContext ()

public SystemInfo getSystemInfo ()

Provide the GUI with the system info

public SystemStatisticsBean getSystemStatisticsBean ()

public void setApplicationContext (ApplicationContext applicationContext)

public void setPluginAccessor (PluginAccessor pluginAccessor)

public void setServletContext (ServletContext servletContext)

public void setSystemInfo (SystemInfo systemInfo)

public void setSystemStatisticsBean (SystemStatisticsBean systemStatisticsBean)