Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleExecutionDetail |
RuleExecutionDetail.clone() |
RuleExecutionDetail |
RuleExecutionDetail.withInput(RuleExecutionInput input)
Input details for the rule execution, such as role ARN, Region, and input artifacts.
|
RuleExecutionDetail |
RuleExecutionDetail.withLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the rule execution, in timestamp format.
|
RuleExecutionDetail |
RuleExecutionDetail.withOutput(RuleExecutionOutput output)
Output details for the rule execution, such as the rule execution result.
|
RuleExecutionDetail |
RuleExecutionDetail.withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the stage where the rule was run.
|
RuleExecutionDetail |
RuleExecutionDetail.withPipelineVersion(Integer pipelineVersion)
The version number of the pipeline with the stage where the rule was run.
|
RuleExecutionDetail |
RuleExecutionDetail.withRuleExecutionId(String ruleExecutionId)
The ID of the run for the rule.
|
RuleExecutionDetail |
RuleExecutionDetail.withRuleName(String ruleName)
The name of the rule that was run in the stage.
|
RuleExecutionDetail |
RuleExecutionDetail.withStageName(String stageName)
The name of the stage where the rule was run.
|
RuleExecutionDetail |
RuleExecutionDetail.withStartTime(Date startTime)
The start time of the rule execution.
|
RuleExecutionDetail |
RuleExecutionDetail.withStatus(RuleExecutionStatus status)
The status of the rule execution.
|
RuleExecutionDetail |
RuleExecutionDetail.withStatus(String status)
The status of the rule execution.
|
RuleExecutionDetail |
RuleExecutionDetail.withUpdatedBy(String updatedBy)
The ARN of the user who changed the rule execution details.
|
Modifier and Type | Method and Description |
---|---|
List<RuleExecutionDetail> |
ListRuleExecutionsResult.getRuleExecutionDetails()
Details about the output for listing rule executions.
|
Modifier and Type | Method and Description |
---|---|
ListRuleExecutionsResult |
ListRuleExecutionsResult.withRuleExecutionDetails(RuleExecutionDetail... ruleExecutionDetails)
Details about the output for listing rule executions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListRuleExecutionsResult.setRuleExecutionDetails(Collection<RuleExecutionDetail> ruleExecutionDetails)
Details about the output for listing rule executions.
|
ListRuleExecutionsResult |
ListRuleExecutionsResult.withRuleExecutionDetails(Collection<RuleExecutionDetail> ruleExecutionDetails)
Details about the output for listing rule executions.
|
Copyright © 2024. All rights reserved.