|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.xwork2.ActionSupport com.atlassian.bamboo.ww2.BambooActionSupport com.atlassian.bamboo.configuration.SystemInfoAction
public class SystemInfoAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
SystemInfoAction()
|
Method Summary | |
---|---|
String |
doExecute()
Obtains the system info |
Date |
getBambooBuildDate()
|
String |
getBambooBuildNumber()
|
String |
getBambooVersion()
|
org.apache.activemq.broker.BrokerService |
getBroker()
|
com.planetj.servlet.filter.compression.CompressingFilterStats |
getCompressionStats()
|
Collection<com.atlassian.plugin.Plugin> |
getEnabledPlugins()
|
String |
getLogPath()
Deprecated. since 5.8 why would you use that... |
Object |
getSecuredDomainObject()
|
javax.servlet.ServletContext |
getServletContext()
|
SystemInfo |
getSystemInfo()
Provide the GUI with the system info |
SystemStatisticsBean |
getSystemStatisticsBean()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
void |
setBrokerService(org.apache.activemq.broker.BrokerService brokerService)
|
void |
setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
void |
setServletContext(javax.servlet.ServletContext servletContext)
|
void |
setSystemInfo(SystemInfo systemInfo)
|
void |
setSystemStatisticsBean(SystemStatisticsBean systemStatisticsBean)
|
Methods inherited from class com.opensymphony.xwork2.ActionSupport |
---|
addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFormatted, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors |
Methods inherited from interface com.opensymphony.xwork2.ValidationAware |
---|
addActionMessage, addFieldError, getActionErrors, getActionMessages, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors |
Constructor Detail |
---|
public SystemInfoAction()
Method Detail |
---|
public String doExecute() throws Exception
doExecute
in class BambooActionSupport
Exception
- A generic exceptionpublic Date getBambooBuildDate()
public String getBambooBuildNumber()
public String getBambooVersion()
public SystemInfo getSystemInfo()
public org.apache.activemq.broker.BrokerService getBroker()
public void setSystemInfo(SystemInfo systemInfo)
public Collection<com.atlassian.plugin.Plugin> getEnabledPlugins()
@Deprecated public String getLogPath()
public SystemStatisticsBean getSystemStatisticsBean()
public void setSystemStatisticsBean(SystemStatisticsBean systemStatisticsBean)
public Object getSecuredDomainObject()
getSecuredDomainObject
in interface DomainObjectSecurityAware
getSecuredDomainObject
in class BambooActionSupport
public com.planetj.servlet.filter.compression.CompressingFilterStats getCompressionStats()
public javax.servlet.ServletContext getServletContext()
public void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext
in interface org.apache.struts2.util.ServletContextAware
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
setPluginAccessor
in class BambooActionSupport
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
public void setBrokerService(org.apache.activemq.broker.BrokerService brokerService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |