Interface ScriptExecution.UpdateStages.WithNamedOutputs

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

public static interface ScriptExecution.UpdateStages.WithNamedOutputs
The stage of the ScriptExecution update allowing to specify namedOutputs.
  • Method Details

    • withNamedOutputs

      ScriptExecution.Update withNamedOutputs(Map<String,Object> namedOutputs)
      Specifies the namedOutputs property: User-defined dictionary..
      Parameters:
      namedOutputs - User-defined dictionary.
      Returns:
      the next definition stage.