Class UpgradeParameters
- java.lang.Object
-
- org.forgerock.opendj.server.embedded.UpgradeParameters
-
public final class UpgradeParameters extends Object
Parameters to upgrade a Directory Server.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UpgradeParameters
isIgnoreErrors(boolean ignore)
Indicates whether errors should be ignored during the upgrade.static UpgradeParameters
upgradeParams()
Starts construction of the upgrade parameters.
-
-
-
Method Detail
-
upgradeParams
public static UpgradeParameters upgradeParams()
Starts construction of the upgrade parameters.- Returns:
- this builder
-
isIgnoreErrors
public UpgradeParameters isIgnoreErrors(boolean ignore)
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
-
-