Class WaitForWebhookStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.webhookstep.WaitForWebhookStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
,Serializable
public class WaitForWebhookStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WaitForWebhookStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description WaitForWebhookStep(WebhookToken webhookToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getToken()
boolean
isWithHeaders()
void
setWithHeaders(boolean withHeaders)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
WaitForWebhookStep
@DataBoundConstructor public WaitForWebhookStep(WebhookToken webhookToken)
-
-
Method Detail
-
getToken
public String getToken()
-
isWithHeaders
public boolean isWithHeaders()
-
setWithHeaders
@DataBoundSetter public void setWithHeaders(boolean withHeaders)
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context)
- Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
-
-