Class NoteBuildAction

java.lang.Object
com.gitee.jenkins.webhook.build.NoteBuildAction
All Implemented Interfaces:
WebHookAction

public class NoteBuildAction extends Object
Author:
Nikolay Ustinov
  • Constructor Details

    • NoteBuildAction

      public NoteBuildAction(Item project, String json, String secretToken)
  • Method Details

    • execute

      public void execute()
    • execute

      public final void execute(org.kohsuke.stapler.StaplerResponse2 response)
      Specified by:
      execute in interface WebHookAction
    • responseWithHook

      public static org.kohsuke.stapler.HttpResponses.HttpResponseException responseWithHook(WebHook webHook)