Package com.gitee.jenkins.webhook.build
Class PipelineBuildAction
- java.lang.Object
-
- com.gitee.jenkins.webhook.build.PipelineBuildAction
-
- All Implemented Interfaces:
WebHookAction
public class PipelineBuildAction extends Object
- Author:
- Milena Zachow
-
-
Constructor Summary
Constructors Constructor Description PipelineBuildAction(Item project, String json, String secretToken)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.kohsuke.stapler.StaplerResponse response)
static org.kohsuke.stapler.HttpResponses.HttpResponseException
responseWithHook(WebHook webHook)
-
-
-
Method Detail
-
execute
public final void execute(org.kohsuke.stapler.StaplerResponse response)
- Specified by:
execute
in interfaceWebHookAction
-
responseWithHook
public static org.kohsuke.stapler.HttpResponses.HttpResponseException responseWithHook(WebHook webHook)
-
-