Uses of Class
org.qubership.atp.orchestrator.clients.dto.RerunExecutionRequestDto
Packages that use RerunExecutionRequestDto
Package
Description
-
Uses of RerunExecutionRequestDto in org.qubership.atp.orchestrator.clients.api
Methods in org.qubership.atp.orchestrator.clients.api with parameters of type RerunExecutionRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> ProcessControllerApi.rerunExecutionRequestProcess(@Valid UUID newExecuteRequestId, String authorization, @Valid RerunExecutionRequestDto rerunExecutionRequestDto) POST /api/v1/processorchestrator/flow/er/process/rerun : Restart ER with selected TR ids activity -
Uses of RerunExecutionRequestDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return RerunExecutionRequestDtoModifier and TypeMethodDescriptionRerunExecutionRequestDto.addEmailRecipientsItem(String emailRecipientsItem) RerunExecutionRequestDto.addTestRunIdsItem(UUID testRunIdsItem) RerunExecutionRequestDto.emailRecipients(List<String> emailRecipients) RerunExecutionRequestDto.environmentId(UUID environmentId) RerunExecutionRequestDto.executionRequestId(UUID executionRequestId) RerunExecutionRequestDto.taToolsGroupId(UUID taToolsGroupId) RerunExecutionRequestDto.testRunIds(List<UUID> testRunIds)