Class SetupDatabaseAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, BypassValidationAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.config.internal.SetupConstants, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

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 org.apache.struts2.ActionSupport
      Throws:
      Exception
    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.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)