Feature: #86076 - New API for UpgradeWizards¶
See forge#86076
Description¶
Up until now the UpgradeWizards were based on an abstract class Abstract
.
An interface based API has been introduced. This API is currently internal and will be refined by
using it in the core update wizards. Once it is stabilized it will be made public and official.
Currently the API contains of
Upgrade
- main interface for UpgradeWizardsWizard Interface Repeatable
- semantic interface to denote wizards that can be repeatedInterface Chatty
- interface for wizards generating outputInterface Confirmable
- interface for wizards that need user confirmationInterface
Impact¶
The new interface classes are available in the core and will be used in the core update wizards as a next step. They should not yet be used by third parties.