|
||||||||||
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.configuration.GlobalAdminAction com.atlassian.bamboo.configuration.ConfigureGlobalVariables
public class ConfigureGlobalVariables
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
BambooActionSupport.JSONStatus |
Field Summary | |
---|---|
static java.util.regex.Pattern |
VALID_KEY_PATTERN
|
Fields inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
RESTRICTED_ADMIN_ACCESS_DENIED_ERROR |
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
---|
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, buildManager, chainManager, CONFIRM, cookieCutter, dashboardCachingManager, planManager, projectManager |
Fields inherited from class com.opensymphony.xwork.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
ConfigureGlobalVariables()
|
Method Summary | |
---|---|
java.lang.String |
doDelete()
|
java.lang.String |
doEdit()
|
java.lang.String |
doSave()
|
java.lang.String |
getMode()
|
java.lang.String |
getOldVariableKey()
|
java.lang.String |
getVariableKey()
|
java.util.Map |
getVariables()
|
java.util.SortedMap |
getVariablesSorted()
|
java.lang.String |
getVariableValue()
|
void |
setMode(java.lang.String mode)
|
void |
setOldVariableKey(java.lang.String oldVariableKey)
|
void |
setVariableKey(java.lang.String variableKey)
|
void |
setVariableValue(java.lang.String variableValue)
|
Methods inherited from class com.atlassian.bamboo.configuration.GlobalAdminAction |
---|
getSecuredDomainObject |
Methods inherited from class com.opensymphony.xwork.ActionSupport |
---|
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, 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 |
Methods inherited from interface com.atlassian.core.i18n.I18nTextProvider |
---|
getText |
Field Detail |
---|
public static final java.util.regex.Pattern VALID_KEY_PATTERN
Constructor Detail |
---|
public ConfigureGlobalVariables()
Method Detail |
---|
public java.lang.String doSave() throws java.lang.Exception
java.lang.Exception
public java.lang.String doDelete() throws java.lang.Exception
java.lang.Exception
public java.lang.String doEdit() throws java.lang.Exception
java.lang.Exception
@NotNull public java.util.Map getVariables()
@NotNull public java.util.SortedMap getVariablesSorted()
public java.lang.String getVariableKey()
public void setVariableKey(java.lang.String variableKey)
public java.lang.String getVariableValue()
public void setVariableValue(java.lang.String variableValue)
public java.lang.String getMode()
public void setMode(java.lang.String mode)
public void setOldVariableKey(java.lang.String oldVariableKey)
public java.lang.String getOldVariableKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |