Interface Script.UpdateStages.WithContinueOnErrors

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

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

    Modifier and Type
    Method
    Description
    withContinueOnErrors(Boolean continueOnErrors)
    Specifies the continueOnErrors property: Flag that indicates whether to continue if one of the command fails..
  • Method Details

    • withContinueOnErrors

      Script.Update withContinueOnErrors(Boolean continueOnErrors)
      Specifies the continueOnErrors property: Flag that indicates whether to continue if one of the command fails..
      Parameters:
      continueOnErrors - Flag that indicates whether to continue if one of the command fails.
      Returns:
      the next definition stage.