Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineRollbackMetadata |
PipelineRollbackMetadata.clone() |
PipelineRollbackMetadata |
PipelineExecution.getRollbackMetadata()
The metadata about the execution pertaining to stage rollback.
|
PipelineRollbackMetadata |
PipelineExecutionSummary.getRollbackMetadata()
The metadata for the stage execution to be rolled back.
|
PipelineRollbackMetadata |
PipelineRollbackMetadata.withRollbackTargetPipelineExecutionId(String rollbackTargetPipelineExecutionId)
The pipeline execution ID to which the stage will be rolled back.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecution.setRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata about the execution pertaining to stage rollback.
|
void |
PipelineExecutionSummary.setRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata for the stage execution to be rolled back.
|
PipelineExecution |
PipelineExecution.withRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata about the execution pertaining to stage rollback.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)
The metadata for the stage execution to be rolled back.
|
Copyright © 2024. All rights reserved.