public class WiremockEventConfig
extends nl.stokpop.eventscheduler.api.config.EventConfig
| Constructor and Description |
|---|
WiremockEventConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUseProxy(boolean useProxy) |
void |
setWiremockFilesDir(java.lang.String wiremockFilesDir) |
void |
setWiremockUrl(java.lang.String wiremockUrl) |
WiremockEventContext |
toContext() |
WiremockEventContext |
toContext(nl.stokpop.eventscheduler.api.config.TestContext override) |
java.lang.String |
toString() |
public void setWiremockFilesDir(java.lang.String wiremockFilesDir)
public void setWiremockUrl(java.lang.String wiremockUrl)
public void setUseProxy(boolean useProxy)
public WiremockEventContext toContext()
toContext in class nl.stokpop.eventscheduler.api.config.EventConfigpublic WiremockEventContext toContext(nl.stokpop.eventscheduler.api.config.TestContext override)
toContext in class nl.stokpop.eventscheduler.api.config.EventConfigpublic java.lang.String toString()
toString in class java.lang.Object