Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleExecution |
RuleExecution.clone() |
RuleExecution |
RuleState.getLatestExecution()
Represents information about the latest run of an rule.
|
RuleExecution |
RuleExecution.withErrorDetails(ErrorDetails errorDetails) |
RuleExecution |
RuleExecution.withExternalExecutionId(String externalExecutionId)
The external ID of the run of the rule.
|
RuleExecution |
RuleExecution.withExternalExecutionUrl(String externalExecutionUrl)
The URL of a resource external to Amazon Web Services that is used when running the rule (for example, an
external repository URL).
|
RuleExecution |
RuleExecution.withLastStatusChange(Date lastStatusChange)
The last status change of the rule.
|
RuleExecution |
RuleExecution.withLastUpdatedBy(String lastUpdatedBy)
The ARN of the user who last changed the rule.
|
RuleExecution |
RuleExecution.withRuleExecutionId(String ruleExecutionId)
The execution ID for the run of the rule.
|
RuleExecution |
RuleExecution.withStatus(RuleExecutionStatus status)
The status of the run of the rule, such as FAILED.
|
RuleExecution |
RuleExecution.withStatus(String status)
The status of the run of the rule, such as FAILED.
|
RuleExecution |
RuleExecution.withSummary(String summary)
A summary of the run of the rule.
|
RuleExecution |
RuleExecution.withToken(String token)
The system-generated token used to identify a unique request.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleState.setLatestExecution(RuleExecution latestExecution)
Represents information about the latest run of an rule.
|
RuleState |
RuleState.withLatestExecution(RuleExecution latestExecution)
Represents information about the latest run of an rule.
|
Copyright © 2025. All rights reserved.