Class SystemInfoAction

    • Constructor Detail

      • SystemInfoAction

        public SystemInfoAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Obtains the system info
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Returns:
        The webwork return status
        Throws:
        Exception - A generic exception
      • getBambooBuildDate

        public Date getBambooBuildDate()
      • getBambooBuildNumber

        public String getBambooBuildNumber()
      • getBambooVersion

        public String getBambooVersion()
      • getSystemInfo

        public SystemInfo getSystemInfo()
        Provide the GUI with the system info
      • getTransportConnectors

        public List<org.apache.activemq.broker.TransportConnector> getTransportConnectors()
      • setSystemInfo

        public void setSystemInfo​(SystemInfo systemInfo)
      • getEnabledPlugins

        public Collection<com.atlassian.plugin.Plugin> getEnabledPlugins()
      • setSystemStatisticsBean

        public void setSystemStatisticsBean​(SystemStatisticsBean systemStatisticsBean)
      • getCompressionStats

        public com.github.ziplet.filter.compression.statistics.CompressingFilterStats getCompressionStats()
      • getServletContext

        public javax.servlet.ServletContext getServletContext()
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext servletContext)
        Specified by:
        setServletContext in interface org.apache.struts2.util.ServletContextAware