Interface Script.UpdateStages.WithForceUpdateTag

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

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

    Modifier and Type
    Method
    Description
    withForceUpdateTag(String forceUpdateTag)
    Specifies the forceUpdateTag property: A unique string.
  • Method Details

    • withForceUpdateTag

      Script.Update withForceUpdateTag(String forceUpdateTag)
      Specifies the forceUpdateTag property: A unique string. If changed the script will be applied again..
      Parameters:
      forceUpdateTag - A unique string. If changed the script will be applied again.
      Returns:
      the next definition stage.