static ActionExecutionOutput.Builder |
ActionExecutionOutput.builder() |
|
default ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.executionResult(Consumer<ActionExecutionResult.Builder> executionResult) |
Execution result information listed in the output details for an action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.executionResult(ActionExecutionResult executionResult) |
Execution result information listed in the output details for an action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(Collection<ArtifactDetail> outputArtifacts) |
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(Consumer<ArtifactDetail.Builder>... outputArtifacts) |
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(ArtifactDetail... outputArtifacts) |
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputVariables(Map<String,String> outputVariables) |
The outputVariables field shows the key-value pairs that were output as part of that execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.toBuilder() |
|