Class AbstractSetupAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction
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
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()