Interface Extension.UpdateStages.WithForceUpdateTag

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

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

      • withForceUpdateTag

        Extension.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.