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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegisterWebhookExecution(RegisterWebhookStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, Secret secretAuthToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Secret
getSecretAuthToken()
WebhookToken
run()
-
Methods inherited from class org.jenkinsci.plugins.workflow.steps.SynchronousStepExecution
start, stop
-
-
-
-
Constructor Detail
-
RegisterWebhookExecution
public RegisterWebhookExecution(RegisterWebhookStep step, org.jenkinsci.plugins.workflow.steps.StepContext context, Secret secretAuthToken)
-
-
Method Detail
-
getSecretAuthToken
public Secret getSecretAuthToken()
-
run
public WebhookToken run() throws Exception
- Specified by:
run
in classorg.jenkinsci.plugins.workflow.steps.SynchronousStepExecution<WebhookToken>
- Throws:
Exception
-
-