Class ZephyrConfig
java.lang.Object
ch.admin.bit.jeap.testorchestrator.adapter.zephyr.ZephyrConfig
@Component
@ConfigurationProperties(prefix="orchestrator.zephyr")
public class ZephyrConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetPassword(String password) voidsetRestApiUrl(String restApiUrl) voidsetUsername(String username) voidsetZephyrEnvironment(String zephyrEnvironment) toString()
-
Constructor Details
-
ZephyrConfig
public ZephyrConfig()
-
-
Method Details