Uses of Class
com.atlassian.confluence.upgrade.UpgradeError
Packages that use UpgradeError
Package
Description
-
Uses of UpgradeError in com.atlassian.confluence.upgrade
Methods in com.atlassian.confluence.upgrade that return types with arguments of type UpgradeErrorModifier and TypeMethodDescriptionAbstractUpgradeManager.getErrors()
AbstractUpgradeTask.getErrors()
UpgradeManager.getErrors()
UpgradeTask.getErrors()
Return any errors that occur.UpgradeException.getUpgradeErrors()
protected abstract List<UpgradeError>
AbstractUpgradeManager.runUpgradePrerequisites()
Runs all upgrade prerequisites.Methods in com.atlassian.confluence.upgrade with parameters of type UpgradeErrorModifier and TypeMethodDescriptionprotected void
AbstractUpgradeTask.addError
(UpgradeError error) Method parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeErrorModifier and TypeMethodDescriptionprotected void
AbstractUpgradeTask.addAllErrors
(Collection<UpgradeError> errors) Constructor parameters in com.atlassian.confluence.upgrade with type arguments of type UpgradeErrorModifierConstructorDescriptionUpgradeException
(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 UpgradeErrorModifier and TypeMethodDescriptionprotected 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