Class TestAgentWebClient
java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.testagent.TestAgentWebClient
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestAgentWebClient(org.springframework.web.client.RestClient.Builder restClientBuilder, TestAgentsConfig testAgentsConfig) -
Method Summary
Modifier and TypeMethodDescriptionch.admin.bit.jeap.testagent.api.act.ActionResultDtovoidch.admin.bit.jeap.testagent.api.prepare.PreparationResultDtoprepare(String testAgentName, String testId, ch.admin.bit.jeap.testagent.api.prepare.PreparationDto preparationDto) voidupdate(String testAgentName, String testId, ch.admin.bit.jeap.testagent.api.update.DynamicDataDto dynamicDataDto) ch.admin.bit.jeap.testagent.api.verify.ReportDto
-
Field Details
-
IS_4_XX_ERROR
- See Also:
-
IS_5_XX_ERROR
- See Also:
-
ERR_MSG
- See Also:
-
-
Constructor Details
-
TestAgentWebClient
public TestAgentWebClient(org.springframework.web.client.RestClient.Builder restClientBuilder, TestAgentsConfig testAgentsConfig)
-
-
Method Details
-
prepare
-
act
-
update
-
verify
-
delete
-