public class

SetupDatabaseAction

extends AbstractSetupAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction
         ↳ com.atlassian.bamboo.ww2.actions.setup.SetupDatabaseAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.atlassian.config.SetupConstants
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
SetupDatabaseAction()
Public Methods
String doDefault()
Default action just sends to the input@return
String execute()
List<PairType> getDatabaseOptions()
List<PairType> getDatabases()
String getDbChoice()
String getSelectedDatabase()
void setDbChoice(String dbChoice)
void setSelectedDatabase(String selectedDatabase)
[Expand]
Inherited Methods
From class com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Public Constructors

public SetupDatabaseAction ()

Public Methods

public String doDefault ()

Default action just sends to the input@return

public String execute ()

public List<PairType> getDatabaseOptions ()

public List<PairType> getDatabases ()

public String getDbChoice ()

public String getSelectedDatabase ()

public void setDbChoice (String dbChoice)

public void setSelectedDatabase (String selectedDatabase)