java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.zephyr.ZephyrWebClient
@Component
public class ZephyrWebClient
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZephyrWebClient
public ZephyrWebClient(@Value("${orchestrator.zephyr.username}")
String username,
@Value("${orchestrator.zephyr.password}")
String password,
@Value("${orchestrator.zephyr.restApiUrl}")
String restApiUrl)
-