Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleExecutionResult |
RuleExecutionResult.clone() |
RuleExecutionResult |
RuleExecutionOutput.getExecutionResult()
Execution result information listed in the output details for a rule execution.
|
RuleExecutionResult |
RuleExecutionResult.withErrorDetails(ErrorDetails errorDetails) |
RuleExecutionResult |
RuleExecutionResult.withExternalExecutionId(String externalExecutionId)
The external ID for the rule execution.
|
RuleExecutionResult |
RuleExecutionResult.withExternalExecutionSummary(String externalExecutionSummary)
The external provider summary for the rule execution.
|
RuleExecutionResult |
RuleExecutionResult.withExternalExecutionUrl(String externalExecutionUrl)
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is
used when running the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleExecutionOutput.setExecutionResult(RuleExecutionResult executionResult)
Execution result information listed in the output details for a rule execution.
|
RuleExecutionOutput |
RuleExecutionOutput.withExecutionResult(RuleExecutionResult executionResult)
Execution result information listed in the output details for a rule execution.
|
Copyright © 2024. All rights reserved.