Class WaitForWebhookExecution

  • All Implemented Interfaces:
    Serializable

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

      • WaitForWebhookExecution

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

      • 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