Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionExecutionDetail |
ActionExecutionDetail.clone() |
ActionExecutionDetail |
ActionExecutionDetail.withActionExecutionId(String actionExecutionId)
The action execution ID.
|
ActionExecutionDetail |
ActionExecutionDetail.withActionName(String actionName)
The name of the action.
|
ActionExecutionDetail |
ActionExecutionDetail.withInput(ActionExecutionInput input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
ActionExecutionDetail |
ActionExecutionDetail.withLastUpdateTime(Date lastUpdateTime)
The last update time of the action execution.
|
ActionExecutionDetail |
ActionExecutionDetail.withOutput(ActionExecutionOutput output)
Output details for the action execution, such as the action execution result.
|
ActionExecutionDetail |
ActionExecutionDetail.withPipelineExecutionId(String pipelineExecutionId)
The pipeline execution ID for the action execution.
|
ActionExecutionDetail |
ActionExecutionDetail.withPipelineVersion(Integer pipelineVersion)
The version of the pipeline where the action was run.
|
ActionExecutionDetail |
ActionExecutionDetail.withStageName(String stageName)
The name of the stage that contains the action.
|
ActionExecutionDetail |
ActionExecutionDetail.withStartTime(Date startTime)
The start time of the action execution.
|
ActionExecutionDetail |
ActionExecutionDetail.withStatus(ActionExecutionStatus status)
The status of the action execution.
|
ActionExecutionDetail |
ActionExecutionDetail.withStatus(String status)
The status of the action execution.
|
Modifier and Type | Method and Description |
---|---|
List<ActionExecutionDetail> |
ListActionExecutionsResult.getActionExecutionDetails()
The details for a list of recent executions, such as action execution ID.
|
Modifier and Type | Method and Description |
---|---|
ListActionExecutionsResult |
ListActionExecutionsResult.withActionExecutionDetails(ActionExecutionDetail... actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
Modifier and Type | Method and Description |
---|---|
void |
ListActionExecutionsResult.setActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
ListActionExecutionsResult |
ListActionExecutionsResult.withActionExecutionDetails(Collection<ActionExecutionDetail> actionExecutionDetails)
The details for a list of recent executions, such as action execution ID.
|
Copyright © 2023. All rights reserved.