java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class Complete extends BaseSetupAction
See Also:
  • Field Details

  • Constructor Details

    • Complete

      public Complete()
  • Method Details

    • isDomainValid

      public boolean isDomainValid()
      This is required because this action backs login.jsp if the setup has completed successfully
      See Also:
    • getApplicationName

      public String getApplicationName()
      This is required because this action backs login.jsp if the setup has completed successfully
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseSetupAction
    • setUpgradeManager

      public void setUpgradeManager(UpgradeManager upgradeManager)
    • getStepName

      public String getStepName()
      Specified by:
      getStepName in class BaseSetupAction
    • setClientProperties

      public void setClientProperties(ClientProperties clientProperties)
      Overrides:
      setClientProperties in class BaseAction
    • setHomeLocator

      public void setHomeLocator(com.atlassian.config.HomeLocator homeLocator)
    • setRequestToApplicationMapper

      public void setRequestToApplicationMapper(RequestToApplicationMapper requestToApplicationMapper)
    • getJ_username

      public String getJ_username()
    • getEventPublisher

      public com.atlassian.event.api.EventPublisher getEventPublisher()
    • setEventPublisher

      public void setEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)