public class Webhooks
extends com.github.tomakehurst.wiremock.extension.PostServeAction
| Constructor and Description |
|---|
Webhooks() |
Webhooks(com.github.tomakehurst.wiremock.common.NetworkAddressRules targetAddressRules) |
Webhooks(WebhookTransformer... transformers) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAction(com.github.tomakehurst.wiremock.stubbing.ServeEvent serveEvent,
com.github.tomakehurst.wiremock.core.Admin admin,
com.github.tomakehurst.wiremock.extension.Parameters parameters) |
java.lang.String |
getName() |
static WebhookDefinition |
webhook() |
public Webhooks(com.github.tomakehurst.wiremock.common.NetworkAddressRules targetAddressRules)
public Webhooks()
public Webhooks(WebhookTransformer... transformers)
public java.lang.String getName()
public void doAction(com.github.tomakehurst.wiremock.stubbing.ServeEvent serveEvent,
com.github.tomakehurst.wiremock.core.Admin admin,
com.github.tomakehurst.wiremock.extension.Parameters parameters)
doAction in class com.github.tomakehurst.wiremock.extension.PostServeActionpublic static WebhookDefinition webhook()