Amazon.CodePipeline.AmazonCodePipelineClient.RetryStageExecution C# (CSharp) Метод

RetryStageExecution() публичный Метод

Resumes the pipeline execution by retrying the last failed actions in a stage.
/// The stage has failed in a later run of the pipeline and the pipelineExecutionId associated /// with the request is out of date. /// /// The specified pipeline was specified in an invalid format or cannot be found. /// /// The specified stage was specified in an invalid format or cannot be found. /// /// The specified stage can't be retried because the pipeline structure or stage state /// changed after the stage was not completed; the stage contains no failed actions; one /// or more actions are still in progress; or another retry attempt is already in progress. /// /// The validation was specified in an invalid format. ///
public RetryStageExecution ( RetryStageExecutionRequest request ) : RetryStageExecutionResponse
request Amazon.CodePipeline.Model.RetryStageExecutionRequest Container for the necessary parameters to execute the RetryStageExecution service method.
Результат Amazon.CodePipeline.Model.RetryStageExecutionResponse
        public RetryStageExecutionResponse RetryStageExecution(RetryStageExecutionRequest request)
        {
            var marshaller = new RetryStageExecutionRequestMarshaller();
            var unmarshaller = RetryStageExecutionResponseUnmarshaller.Instance;

            return Invoke<RetryStageExecutionRequest,RetryStageExecutionResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient