Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ConditionExecution |
ConditionExecution.clone() |
ConditionExecution |
ConditionState.getLatestExecution()
The state of the latest run of the rule.
|
ConditionExecution |
ConditionExecution.withLastStatusChange(Date lastStatusChange)
The last status change of the condition.
|
ConditionExecution |
ConditionExecution.withStatus(ConditionExecutionStatus status)
The status of the run for a condition.
|
ConditionExecution |
ConditionExecution.withStatus(String status)
The status of the run for a condition.
|
ConditionExecution |
ConditionExecution.withSummary(String summary)
The summary of information about a run for a condition.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionState.setLatestExecution(ConditionExecution latestExecution)
The state of the latest run of the rule.
|
ConditionState |
ConditionState.withLatestExecution(ConditionExecution latestExecution)
The state of the latest run of the rule.
|
Copyright © 2024. All rights reserved.