Class WaitForWebhookExecution

java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
org.jenkinsci.plugins.webhookstep.WaitForWebhookExecution
All Implemented Interfaces:
Serializable

public class WaitForWebhookExecution extends org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
See Also:
  • Constructor Details

    • WaitForWebhookExecution

      public WaitForWebhookExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, WaitForWebhookStep step)
  • Method Details

    • getToken

      public String getToken()
    • start

      public boolean start()
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.StepExecution
    • stop

      public void stop(@NonNull Throwable cause)
      Overrides:
      stop in class org.jenkinsci.plugins.workflow.steps.StepExecution
    • onResume

      public void onResume()
      Overrides:
      onResume in class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
    • onTriggered

      public void onTriggered(WebhookResponse response)