static UpgradeStepItem.Builder |
UpgradeStepItem.builder() |
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.issues(String... issues) |
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.issues(Collection<String> issues) |
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.progressPercent(Double progressPercent) |
The floating point value representing the progress percentage of a particular step.
|
UpgradeStepItem.Builder |
UpgradeStepItem.toBuilder() |
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.upgradeStep(String upgradeStep) |
One of three steps that an upgrade or upgrade eligibility check goes through:
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.upgradeStep(UpgradeStep upgradeStep) |
One of three steps that an upgrade or upgrade eligibility check goes through:
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.upgradeStepStatus(String upgradeStepStatus) |
The current status of the upgrade.
|
UpgradeStepItem.Builder |
UpgradeStepItem.Builder.upgradeStepStatus(UpgradeStatus upgradeStepStatus) |
The current status of the upgrade.
|