public class WaitForWebhookStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
WaitForWebhookStep.DescriptorImpl |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
WaitForWebhookStep(WebhookToken webhookToken) |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken() |
boolean |
isWithHeaders() |
void |
setWithHeaders(boolean withHeaders) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public WaitForWebhookStep(WebhookToken webhookToken)
public String getToken()
public boolean isWithHeaders()
@DataBoundSetter public void setWithHeaders(boolean withHeaders)
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
start in class org.jenkinsci.plugins.workflow.steps.StepCopyright © 2016–2022. All rights reserved.