Class SetupDatabaseAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BypassValidationAware, 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 SetupDatabaseAction extends AbstractSetupAction implements BypassValidationAware
See Also:
  • Constructor Details

    • SetupDatabaseAction

      public SetupDatabaseAction()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • execute

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

      public boolean isValidationBypassed()
      Specified by:
      isValidationBypassed in interface BypassValidationAware
    • setBackButton

      public void setBackButton(String backButton)
    • getDatabases

      public List<com.atlassian.core.util.PairType> getDatabases()
    • getDatabaseOptions

      public List<com.atlassian.core.util.PairType> getDatabaseOptions()
    • getDbChoice

      public String getDbChoice()
    • setDbChoice

      public void setDbChoice(String dbChoice)
    • getSelectedDatabase

      public String getSelectedDatabase()
    • setSelectedDatabase

      public void setSelectedDatabase(String selectedDatabase)