Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.RerunRequestDto
Packages that use RerunRequestDto
Package
Description
-
Uses of RerunRequestDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type RerunRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> ExecuteRequestControllerApi.rerun(String authorization, @Valid RerunRequestDto rerunRequestDto) POST /catalog/api/v1/executionrequests/rerun : rerun -
Uses of RerunRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return RerunRequestDtoModifier and TypeMethodDescriptionRerunRequestDto.addEmailRecipientsItem(String emailRecipientsItem) RerunRequestDto.addTestRunIdsItem(UUID testRunIdsItem) RerunRequestDto.emailRecipients(List<String> emailRecipients) RerunRequestDto.environmentId(UUID environmentId) RerunRequestDto.executionRequestId(UUID executionRequestId) RerunRequestDto.recompilation(Boolean recompilation) RerunRequestDto.taToolsGroupId(UUID taToolsGroupId) RerunRequestDto.testRunIds(List<UUID> testRunIds) -
Uses of RerunRequestDto in org.qubership.atp.ram.services
Methods in org.qubership.atp.ram.services with parameters of type RerunRequestDtoModifier and TypeMethodDescriptionCatalogueService.rerunExecutionRequest(RerunRequestDto rerunRequestDto)