Interface ScriptExecution.UpdateStages.WithOutput

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

public static interface ScriptExecution.UpdateStages.WithOutput
The stage of the ScriptExecution update allowing to specify output.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the output property: Standard output stream from the powershell execution.
  • Method Details

    • withOutput

      ScriptExecution.Update withOutput(List<String> output)
      Specifies the output property: Standard output stream from the powershell execution.
      Parameters:
      output - Standard output stream from the powershell execution.
      Returns:
      the next definition stage.