Script.UpdateStages.WithForceUpdateTag Interface

public static interface Script.UpdateStages.WithForceUpdateTag

The stage of the Script update allowing to specify forceUpdateTag.

Method Summary

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

Specifies the forceUpdateTag property: A unique string.

Method Details

withForceUpdateTag

public abstract 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.

Applies to