Interface ActionExecutionOutput.Builder

    • Method Detail

      • outputArtifacts

        ActionExecutionOutput.Builder outputArtifacts​(Collection<ArtifactDetail> outputArtifacts)

        Details of output artifacts of the action that correspond to the action execution.

        Parameters:
        outputArtifacts - Details of output artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputArtifacts

        ActionExecutionOutput.Builder outputArtifacts​(ArtifactDetail... outputArtifacts)

        Details of output artifacts of the action that correspond to the action execution.

        Parameters:
        outputArtifacts - Details of output artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionResult

        ActionExecutionOutput.Builder executionResult​(ActionExecutionResult executionResult)

        Execution result information listed in the output details for an action execution.

        Parameters:
        executionResult - Execution result information listed in the output details for an action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputVariables

        ActionExecutionOutput.Builder outputVariables​(Map<String,​String> outputVariables)

        The outputVariables field shows the key-value pairs that were output as part of that execution.

        Parameters:
        outputVariables - The outputVariables field shows the key-value pairs that were output as part of that execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.