MachineExtension.UpdateStages.WithForceUpdateTag Interface

public static interface MachineExtension.UpdateStages.WithForceUpdateTag

The stage of the machineextension update allowing to specify ForceUpdateTag.

Method Summary

Modifier and Type Method and Description
abstract Update withForceUpdateTag(String forceUpdateTag)

Specifies forceUpdateTag.

Method Details

withForceUpdateTag

public abstract MachineExtension.Update withForceUpdateTag(String forceUpdateTag)

Specifies forceUpdateTag.

Parameters:

forceUpdateTag - How the extension handler should be forced to update even if the extension configuration has not changed

Returns:

the next update stage

Applies to