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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScriptExecution.Update
withOutput(List<String> output)
Specifies the output property: Standard output stream from the powershell execution.
-
-
-
Method Detail
-
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.
-
-