Uses of Class
org.qubership.atp.itf.lite.backend.model.api.request.RequestItfExportRequest
Packages that use RequestItfExportRequest
Package
Description
-
Uses of RequestItfExportRequest in org.qubership.atp.itf.lite.backend.components.export.strategies.request
Methods in org.qubership.atp.itf.lite.backend.components.export.strategies.request with parameters of type RequestItfExportRequestModifier and TypeMethodDescriptionvoidItfAbstractRequestExportStrategy.sendExportRequestEvent(UUID exportRequestId, RequestItfExportRequest requestItfExportRequest, ExportRequestEntity request) Sends request to kafka for export request into ITF. -
Uses of RequestItfExportRequest in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers with parameters of type RequestItfExportRequestModifier and TypeMethodDescriptionvoidSseController.exportRequestsToItf(UUID sseId, UUID environmentId, @Valid RequestItfExportRequest itfExportRequest, String token) Endpoint to export requests into ITF.