Class FinishSetupAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, JsonStatusProvider, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.config.internal.SetupConstants, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.util.ServletContextAware

public class FinishSetupAction extends AbstractSetupAction implements JsonStatusProvider, org.apache.struts2.util.ServletContextAware
See Also:
  • Constructor Details

    • FinishSetupAction

      public FinishSetupAction()
  • Method Details

    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • setAgentManager

      public void setAgentManager(AgentManager agentManager)
    • getWaitMessage

      public String getWaitMessage()
    • getWaitStep

      public int getWaitStep()
    • getCompletedUrl

      public String getCompletedUrl()
    • getJsonStatus

      public com.opensymphony.webwork.dispatcher.json.JSONObject getJsonStatus() throws Exception
      Specified by:
      getJsonStatus in interface JsonStatusProvider
      Returns:
      JSONObject with status information required to update the UI.
      Throws:
      Exception
    • setServletContext

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