Interface Extension.UpdateStages.WithAutoUpgradeMinorVersion

  • All Known Subinterfaces:
    Extension.Update
    Enclosing interface:
    Extension.UpdateStages

    public static interface Extension.UpdateStages.WithAutoUpgradeMinorVersion
    The stage of the Extension update allowing to specify autoUpgradeMinorVersion.
    • Method Detail

      • withAutoUpgradeMinorVersion

        Extension.Update withAutoUpgradeMinorVersion​(Boolean autoUpgradeMinorVersion)
        Specifies the autoUpgradeMinorVersion property: Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true..
        Parameters:
        autoUpgradeMinorVersion - Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
        Returns:
        the next definition stage.