Class RegisterWebhookExecution
java.lang.Object
org.jenkinsci.plugins.workflow.steps.StepExecution
org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<WebhookToken>
org.jenkinsci.plugins.webhookstep.RegisterWebhookExecution
- All Implemented Interfaces:
Serializable
public class RegisterWebhookExecution
extends org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<WebhookToken>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegisterWebhookExecution(RegisterWebhookStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, Secret secretAuthToken) -
Method Summary
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stopMethods inherited from class org.jenkinsci.plugins.workflow.steps.StepExecution
acceptAll, acceptAll, applyAll, applyAll, blocksRestart, getContext, getStatus, getStatusBounded, onResume
-
Constructor Details
-
RegisterWebhookExecution
public RegisterWebhookExecution(RegisterWebhookStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, Secret secretAuthToken)
-
-
Method Details
-
getSecretAuthToken
-
run
- Specified by:
runin classorg.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<WebhookToken>- Throws:
Exception
-