Class ItfFeignService
java.lang.Object
org.qubership.atp.itf.lite.backend.feign.service.ItfFeignService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContext(String contextId, UUID projectUuid) processVelocity(UUID projectUuid, UIVelocityRequestBodyDto requestBody) Substitutes parameters values from ITF if ITF feign client is enabled.
-
Constructor Details
-
ItfFeignService
public ItfFeignService()
-
-
Method Details
-
getContext
-
processVelocity
public ItfParametersResolveResponse processVelocity(UUID projectUuid, UIVelocityRequestBodyDto requestBody) Substitutes parameters values from ITF if ITF feign client is enabled.- Parameters:
projectUuid- project idrequestBody- object to request in itf- Returns:
- ItfParametersResolveResponse received object from itf
-