Class UpgradeParameters
java.lang.Object
org.forgerock.opendj.server.embedded.UpgradeParameters
Parameters to upgrade a Directory Server.
-
Method Summary
Modifier and TypeMethodDescriptionisIgnoreErrors
(boolean ignore) Indicates whether errors should be ignored during the upgrade.static UpgradeParameters
Starts construction of the upgrade parameters.
-
Method Details
-
upgradeParams
Starts construction of the upgrade parameters.- Returns:
- this builder
-
isIgnoreErrors
Indicates whether errors should be ignored during the upgrade.This option should be used with caution and may be useful in automated deployments where potential errors are known in advance and resolved after the upgrade has completed
- Parameters:
ignore
- indicates whether errors should be ignored- Returns:
- this builder
-