Class AbstractSetupAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, 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
Direct Known Subclasses:
FinishSetupAction, SelectSetupStepAction, SetupAdminUserAction, SetupDatabaseAction, SetupDatabaseConnectionAction, SetupEmbeddedDatabaseAction, SetupGeneralConfiguration, SetupImportDataAction, SetupLicenseAction, UpdateLicenseAction

public class AbstractSetupAction extends BambooActionSupport implements com.atlassian.config.internal.SetupConstants
See Also:
  • Constructor Details

    • AbstractSetupAction

      public AbstractSetupAction()
  • Method Details

    • getSetupTypeInstall

      public String getSetupTypeInstall()
    • setSetupTypeInstall

      public void setSetupTypeInstall(String setupTypeInstall)
    • setSetupPersister

      public void setSetupPersister(BambooSetupPersister setupPersister)
    • getSetupPersister

      public BambooSetupPersister getSetupPersister()
    • getSetupUtilityBean

      public SetupUtilityBean getSetupUtilityBean()