Uses of Class
org.qubership.atp.orchestrator.clients.dto.ExecutionRequestInfoDto
Packages that use ExecutionRequestInfoDto
-
Uses of ExecutionRequestInfoDto in org.qubership.atp.orchestrator.clients.dto
Methods in org.qubership.atp.orchestrator.clients.dto that return ExecutionRequestInfoDtoModifier and TypeMethodDescriptionExecutionRequestInfoDto.environmentId(UUID environmentId) ExecutionRequestInfoDto.taToolGroupId(UUID taToolGroupId) Methods in org.qubership.atp.orchestrator.clients.dto that return types with arguments of type ExecutionRequestInfoDtoModifier and TypeMethodDescription@Valid List<ExecutionRequestInfoDto> ExecutionOrderDto.getExecutionRequests()Get executionRequestsMethods in org.qubership.atp.orchestrator.clients.dto with parameters of type ExecutionRequestInfoDtoModifier and TypeMethodDescriptionExecutionOrderDto.addExecutionRequestsItem(ExecutionRequestInfoDto executionRequestsItem) Method parameters in org.qubership.atp.orchestrator.clients.dto with type arguments of type ExecutionRequestInfoDtoModifier and TypeMethodDescriptionExecutionOrderDto.executionRequests(List<ExecutionRequestInfoDto> executionRequests) voidExecutionOrderDto.setExecutionRequests(List<ExecutionRequestInfoDto> executionRequests)