Class SetupStartAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
BootstrapAware, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SetupStartAction extends AbstractSetupAction implements BootstrapAware
See Also:
  • Field Details

  • Constructor Details

    • SetupStartAction

      public SetupStartAction()
  • Method Details

    • doDefault

      public String doDefault() throws Exception
      Description copied from class: ConfluenceActionSupport
      Convenient Action execution method which defaults to returning INPUT
      Overrides:
      doDefault in class ConfluenceActionSupport
      Throws:
      Exception
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • bootstrap

      public void bootstrap()
      Specified by:
      bootstrap in interface BootstrapAware
    • getClusterManager

      @Deprecated public ClusterManager getClusterManager()
      Deprecated.
      since 5.9.1
    • setClusterManager

      @Deprecated public void setClusterManager(ClusterManager clusterManager)
      Deprecated.
      since 5.9.1
    • isClusteredEdition

      @Deprecated public boolean isClusteredEdition()
      Deprecated.
      since 5.9.1. Clustering is always supported.
    • isAWSSetup

      public boolean isAWSSetup()
    • isStandaloneToCluster

      public boolean isStandaloneToCluster()
    • isClusterToStandalone

      public boolean isClusterToStandalone()
    • isFromScratch

      public boolean isFromScratch()
    • isDatabaseExternal

      public boolean isDatabaseExternal()
    • embeddedDatabaseName

      public String embeddedDatabaseName()
    • isBuildNumberCorrect

      public boolean isBuildNumberCorrect()
    • setSetupType

      public void setSetupType(String setupType)
    • setConfluenceHome

      public void setConfluenceHome(com.atlassian.dc.filestore.api.compat.FilesystemPath confluenceHome)
    • setLocalHome

      public void setLocalHome(com.atlassian.dc.filestore.api.compat.FilesystemPath localHome)
    • setApplicationProperties

      public void setApplicationProperties(com.atlassian.sal.api.ApplicationProperties applicationProperties)