Uses of Class
org.qubership.atp.mia.model.impl.ExecutionResponse
Packages that use ExecutionResponse
Package
Description
-
Uses of ExecutionResponse in org.qubership.atp.mia.controllers
Methods in org.qubership.atp.mia.controllers that return types with arguments of type ExecutionResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<LinkedList<ExecutionResponse>> MiaExecutionController.executeCompound(UUID projectId, String env, ExecutionRequest request) Executes compound.org.springframework.http.ResponseEntity<ExecutionResponse> MiaExecutionController.executeProcess(UUID projectId, String env, ExecutionRequest request) Executes process. -
Uses of ExecutionResponse in org.qubership.atp.mia.kafka.configuration
Methods in org.qubership.atp.mia.kafka.configuration that return types with arguments of type ExecutionResponseModifier and TypeMethodDescriptionorg.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<UUID, ExecutionResponse> KafkaConfiguration.containerFactoryMiaExecutionFinish()Container factory for kafka listener. -
Uses of ExecutionResponse in org.qubership.atp.mia.kafka.listeners
Methods in org.qubership.atp.mia.kafka.listeners with parameters of type ExecutionResponseModifier and TypeMethodDescriptionvoidMiaExecutionFinishListener.listenItfLiteExecutionFinishEvent(ExecutionResponse payload) Listen start execution kafka topic. -
Uses of ExecutionResponse in org.qubership.atp.mia.kafka.producers
Methods in org.qubership.atp.mia.kafka.producers with parameters of type ExecutionResponseModifier and TypeMethodDescriptionbooleanMiaExecutionFinishProducer.executionFinishEventSend(ExecutionResponse executionFinishEvent) Sends execution finish event to kafka. -
Uses of ExecutionResponse in org.qubership.atp.mia.repo.impl
Methods in org.qubership.atp.mia.repo.impl with parameters of type ExecutionResponseModifier and TypeMethodDescriptionvoidProcessStatusRepository.parseLogStatus(ExecutionResponse executionResponse) Update process status according to log and markers.voidProcessStatusRepository.parseLogStatus(ExecutionResponse executionResponse, int linesAmount) Update process status according to log and markers.voidProcessStatusRepository.parseReturnCodeAndUpdateStatus(ExecutionResponse response) Parses rest response and setsStatuses.FAILif there is unexpected code in response. -
Uses of ExecutionResponse in org.qubership.atp.mia.service
Methods in org.qubership.atp.mia.service with parameters of type ExecutionResponseModifier and TypeMethodDescriptionvoidSseEmitterService.sendEventWithExecutionResult(ExecutionResponse response) Sends event about execution finish.voidSseEmitterService.sendEventWithExecutionResult(org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter, ExecutionResponse executionResponse) Sends event about execution finish.voidSseEmitterService.updateResponseAndSendToEmitter(ExecutionResponse response, UUID sseId, boolean isFinal, int order) Update response and send into emitter. -
Uses of ExecutionResponse in org.qubership.atp.mia.service.execution
Methods in org.qubership.atp.mia.service.execution that return ExecutionResponseModifier and TypeMethodDescriptionProcessService.executeProcess(ExecutionRequest request, UUID sseId) Executes process.Methods in org.qubership.atp.mia.service.execution that return types with arguments of type ExecutionResponseModifier and TypeMethodDescriptionCompoundService.executeCompound(ExecutionRequest request, UUID sseId) Executes compound.Methods in org.qubership.atp.mia.service.execution with parameters of type ExecutionResponseModifier and TypeMethodDescriptionRecordingSessionsService.addExecutionStep(ExecutionResponse executionResponse) Save executed step to session. -
Uses of ExecutionResponse in org.qubership.atp.mia.service.file
Methods in org.qubership.atp.mia.service.file with parameters of type ExecutionResponseModifier and TypeMethodDescriptionvoidGridFsService.saveLogResponseAfterExecution(ExecutionResponse response) Save all file of response in GridFs.