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:
  • Constructor Details

    • WaitForWebhookStep

      @DataBoundConstructor public WaitForWebhookStep(WebhookToken webhookToken)
  • Method Details

    • 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 class org.jenkinsci.plugins.workflow.steps.Step