Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.http.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.converters
Methods in org.qubership.atp.itf.lite.backend.converters that return HttpRequestModifier and TypeMethodDescriptionCurlFormatToRequestConverter.convertCurlStringToRequest(HttpRequest httpRequest, String curlString) Convert curl string to request.Methods in org.qubership.atp.itf.lite.backend.converters with parameters of type HttpRequestModifier and TypeMethodDescriptionCurlFormatToRequestConverter.convertCurlStringToRequest(HttpRequest httpRequest, String curlString) Convert curl string to request. -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.model.api.kafka.entities
Constructors in org.qubership.atp.itf.lite.backend.model.api.kafka.entities with parameters of type HttpRequestModifierConstructorDescriptionHttpRequestExportEntity(HttpRequest request) Create http request entity from http request.HttpRequestExportEntity(HttpRequest request, boolean simplify) Constructor HttpRequestExportEntity by request and flag simplify. -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.model.api.request.auth
Constructors in org.qubership.atp.itf.lite.backend.model.api.request.auth with parameters of type HttpRequest -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.model.ei
Constructors in org.qubership.atp.itf.lite.backend.model.ei with parameters of type HttpRequestModifierConstructorDescriptionToPostmanBody(HttpRequest request) Create Postman body by request.ToPostmanItem(HttpRequest request) Create Postman entity by request.ToPostmanRequest(HttpRequest request) Create Postman request entity by request. -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.model.entities.http
Constructors in org.qubership.atp.itf.lite.backend.model.entities.http with parameters of type HttpRequest -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service that return HttpRequestModifier and TypeMethodDescriptionDynamicVariablesService.enrichPreScriptsByDynamicVariables(HttpRequest httpRequest) Adds new scripts with the found dynamic variables.RequestService.resolveAllVariables(HttpRequest httpRequest, String context, Boolean isVelocityResolveRequired, UUID environmentId) Resolve variables in http request.Methods in org.qubership.atp.itf.lite.backend.service with parameters of type HttpRequestModifier and TypeMethodDescriptionDynamicVariablesService.enrichPreScriptsByDynamicVariables(HttpRequest httpRequest) Adds new scripts with the found dynamic variables.RequestService.resolveAllVariables(HttpRequest httpRequest, String context, Boolean isVelocityResolveRequired, UUID environmentId) Resolve variables in http request.voidRequestService.resolveVelocityVariables(HttpRequest httpRequest, String context, Boolean isVelocityResolveRequired, HttpRequestEntitySaveRequest saveRequest) Resolve Velocity variables. -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.service.history.impl
Methods in org.qubership.atp.itf.lite.backend.service.history.impl that return types with arguments of type HttpRequestModifier and TypeMethodDescriptionHttpRequestRestoreHistoryService.getEntityClass()HttpRequestRetrieveHistoryService.getEntityClass() -
Uses of HttpRequest in org.qubership.atp.itf.lite.backend.utils
Methods in org.qubership.atp.itf.lite.backend.utils with parameters of type HttpRequestModifier and TypeMethodDescriptionstatic voidUrlParsingUtils.parseUrlAndRequestParams(HttpRequest httpRequest, String token) Fill request url and url parameters by splitting url token from tokenized string.