|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.SelectSetupStepAction
public class SelectSetupStepAction
A simple action, the goal of which is to redirect the user to the correct setup step
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, buildManager, commentManager, CONFIRM, cookieCutter, dashboardCachingManager, planExecutionManager, planManager, projectManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.atlassian.config.SetupConstants |
---|
SETUP_CONTENT_BLANK, SETUP_CONTENT_DEMO, SETUP_CONTENT_IMPORT, SETUP_CUSTOM, SETUP_DB_CONN_TYPE, SETUP_DB_DATASOURCE, SETUP_DB_EMBEDDED, SETUP_DB_OTHER, SETUP_DB_STANDARD, SETUP_DB_TYPE_DATASOURCE, SETUP_DB_TYPE_EMBEDDED, SETUP_DB_TYPE_STANDARD, SETUP_QUICK |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
SelectSetupStepAction()
|
Method Summary | |
---|---|
java.lang.String |
execute()
|
java.lang.String |
getApplicationHome()
|
java.lang.String |
getCurrentStep()
CurrenStep used in the thew xwork.xml to choose what step to go to. |
java.lang.String |
getJdkName()
|
java.lang.String |
getServerName()
|
boolean |
isApplicationHomeOk()
|
boolean |
isEverythingOk()
|
boolean |
isJdkCorrect()
|
boolean |
isServlet23()
|
Methods inherited from class com.atlassian.bamboo.ww2.actions.setup.AbstractSetupAction |
---|
getSetupPersister, getSetupTypeInstall, getSetupUtilityBean, setSetupPersister, setSetupTypeInstall |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection |
---|
getErrorMessages, getErrors, getFieldErrors |
Constructor Detail |
---|
public SelectSetupStepAction()
Method Detail |
---|
public java.lang.String execute()
execute
in interface com.opensymphony.xwork.Action
execute
in class BambooActionSupport
public java.lang.String getCurrentStep()
public boolean isEverythingOk()
public boolean isJdkCorrect()
public boolean isServlet23()
public boolean isApplicationHomeOk()
public java.lang.String getJdkName()
public java.lang.String getServerName()
public java.lang.String getApplicationHome()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |