Uses of Class
com.atlassian.confluence.upgrade.UpgradeError
-
Packages that use UpgradeError Package Description com.atlassian.confluence.upgrade com.atlassian.confluence.upgrade.impl com.atlassian.confluence.upgrade.upgradetask -
-
Uses of UpgradeError in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade that return types with arguments of type UpgradeError Modifier and Type Method Description List<UpgradeError>
AbstractUpgradeManager. getErrors()
Collection<UpgradeError>
AbstractUpgradeTask. getErrors()
List<UpgradeError>
UpgradeManager. getErrors()
Collection<UpgradeError>
UpgradeTask. getErrors()
Return any errors that occur.Collection<UpgradeError>
UpgradeException. getUpgradeErrors()
protected abstract List<UpgradeError>
AbstractUpgradeManager. runUpgradePrerequisites()
Runs all upgrade prerequisites.Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeError Modifier and Type Method Description protected void
AbstractUpgradeTask. addError(UpgradeError error)
Method parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeError Modifier and Type Method Description protected void
AbstractUpgradeTask. addAllErrors(Collection<UpgradeError> errors)
Constructor parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeError Constructor Description UpgradeException(String message, Collection<UpgradeError> upgradeErrors)
Creates a new UpgradeException with given message for a list of upgradeErrors. -
Uses of UpgradeError in com.atlassian.confluence.upgrade.impl
Methods in com.atlassian.confluence.upgrade.impl that return types with arguments of type UpgradeError Modifier and Type Method Description protected List<UpgradeError>
DefaultUpgradeManager. runUpgradePrerequisites()
-
Uses of UpgradeError in com.atlassian.confluence.upgrade.upgradetask
Methods in com.atlassian.confluence.upgrade.upgradetask that return types with arguments of type UpgradeError Modifier and Type Method Description Collection<UpgradeError>
EmbeddedCrowdSchemaUpgradeTask. getErrors()
-