Class SetupDBTypeAction

    • Constructor Detail

      • SetupDBTypeAction

        public SetupDBTypeAction()
    • Method Detail

      • execute

        public String execute()
                       throws com.atlassian.config.ConfigurationException
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class AbstractDatabaseCreationAction
        Throws:
        com.atlassian.config.ConfigurationException
      • getDatabases

        public List getDatabases()
      • isMissingMySQLDriver

        public boolean isMissingMySQLDriver()
      • isMissingOracleDriver

        public boolean isMissingOracleDriver()
      • getWebRealPath

        public String getWebRealPath()
      • getDbChoiceSelect

        public String getDbChoiceSelect()
      • setDbChoiceSelect

        public void setDbChoiceSelect​(String dbChoiceSelect)
      • isThisNodeClustered

        public boolean isThisNodeClustered()
      • setThisNodeClustered

        public void setThisNodeClustered​(boolean thisNodeClustered)
      • setForceOverwriteExistingData

        public void setForceOverwriteExistingData​(boolean forceOverwriteExistingData)