Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionExecutionOutput |
ActionExecutionOutput.clone() |
ActionExecutionOutput |
ActionExecutionDetail.getOutput()
Output details for the action execution, such as the action execution result.
|
ActionExecutionOutput |
ActionExecutionOutput.withExecutionResult(ActionExecutionResult executionResult)
Execution result information listed in the output details for an action execution.
|
ActionExecutionOutput |
ActionExecutionOutput.withOutputArtifacts(ArtifactDetail... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput |
ActionExecutionOutput.withOutputArtifacts(Collection<ArtifactDetail> outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionExecutionDetail.setOutput(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
|
ActionExecutionDetail |
ActionExecutionDetail.withOutput(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
|
Copyright © 2019. All rights reserved.