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 Summary
ConstructorsConstructorDescriptionWaitForWebhookExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, WaitForWebhookStep step) -
Method Summary
Modifier and TypeMethodDescriptiongetToken()voidonResume()voidonTriggered(WebhookResponse response) booleanstart()voidMethods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
injectMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded
-
Constructor Details
-
WaitForWebhookExecution
public WaitForWebhookExecution(org.jenkinsci.plugins.workflow.steps.StepContext context, WaitForWebhookStep step)
-
-
Method Details
-
getToken
-
start
public boolean start()- Specified by:
startin classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
stop
- Overrides:
stopin classorg.jenkinsci.plugins.workflow.steps.StepExecution
-
onResume
public void onResume()- Overrides:
onResumein classorg.jenkinsci.plugins.workflow.steps.AbstractStepExecutionImpl
-
onTriggered
-