Package com.gitee.jenkins.webhook.build
Class PullRequestBuildAction
java.lang.Object
com.gitee.jenkins.webhook.build.PullRequestBuildAction
- All Implemented Interfaces:
WebHookAction
- Author:
- Robin Müller
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
final void
execute
(org.kohsuke.stapler.StaplerResponse2 response) static org.kohsuke.stapler.HttpResponses.HttpResponseException
responseWithHook
(WebHook webHook)
-
Constructor Details
-
PullRequestBuildAction
-
-
Method Details
-
execute
public void execute() -
execute
public final void execute(org.kohsuke.stapler.StaplerResponse2 response) - Specified by:
execute
in interfaceWebHookAction
-
responseWithHook
public static org.kohsuke.stapler.HttpResponses.HttpResponseException responseWithHook(WebHook webHook)
-