Class SelectSetupStepAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, 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

public class SelectSetupStepAction extends AbstractSetupAction
A simple action, the goal of which is to redirect the user to the correct setup step
See Also:
  • Constructor Details

    • SelectSetupStepAction

      public SelectSetupStepAction()
  • Method Details

    • execute

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

      public String getCurrentStep()
      CurrentStep used in the thew xwork.xml to choose what step to go to.
      Returns:
      action name to redirect to
    • isEverythingOk

      public boolean isEverythingOk()
    • getMinJdkVersion

      public String getMinJdkVersion()
    • isJdkCorrect

      public boolean isJdkCorrect()
    • isApplicationHomeOk

      public boolean isApplicationHomeOk()
    • getJdkName

      public String getJdkName()
    • getApplicationHome

      public String getApplicationHome()