Interface MachineExtension.UpdateStages.WithForceUpdateTag

All Known Subinterfaces:
MachineExtension.Update
Enclosing interface:
MachineExtension.UpdateStages

public static interface MachineExtension.UpdateStages.WithForceUpdateTag
The stage of the MachineExtension update allowing to specify forceUpdateTag.
  • Method Summary

    Modifier and Type
    Method
    Description
    withForceUpdateTag(String forceUpdateTag)
    Specifies the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed..
  • Method Details

    • withForceUpdateTag

      MachineExtension.Update withForceUpdateTag(String forceUpdateTag)
      Specifies the forceUpdateTag property: How the extension handler should be forced to update even if the extension configuration has not changed..
      Parameters:
      forceUpdateTag - How the extension handler should be forced to update even if the extension configuration has not changed.
      Returns:
      the next definition stage.