|
||||||||||
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.ww2.actions.admin.migration.AbstractMigrationAction
public abstract class AbstractMigrationAction
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.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 | |
---|---|
AbstractMigrationAction()
|
Method Summary | |
---|---|
protected java.lang.String |
getCanonicalFileName(java.lang.String path,
java.lang.String filename)
|
abstract java.lang.String |
getDefaultMigrationLocation()
|
boolean |
isPathManipulationAllowed()
|
protected boolean |
validateDirectoryExists(java.lang.String path,
java.lang.String pathField)
|
protected boolean |
validateFileExists(java.lang.String path,
java.lang.String pathField)
|
protected boolean |
validateMigrationLocation(java.lang.String path,
java.lang.String pathField,
java.lang.String filename,
java.lang.String fileField)
|
protected void |
validatePathIfSetByUser(java.lang.String path,
java.lang.String fieldName)
|
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 |
Constructor Detail |
---|
public AbstractMigrationAction()
Method Detail |
---|
public boolean isPathManipulationAllowed()
@NotNull protected java.lang.String getCanonicalFileName(@NotNull java.lang.String path, @NotNull java.lang.String filename)
public abstract java.lang.String getDefaultMigrationLocation()
protected boolean validateFileExists(@NotNull java.lang.String path, @NotNull java.lang.String pathField)
protected boolean validateDirectoryExists(@NotNull java.lang.String path, @NotNull java.lang.String pathField)
protected boolean validateMigrationLocation(@NotNull java.lang.String path, @NotNull java.lang.String pathField, @NotNull java.lang.String filename, @NotNull java.lang.String fileField)
protected void validatePathIfSetByUser(java.lang.String path, java.lang.String fieldName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |