Class NoteBuildAction

  • All Implemented Interfaces:
    WebHookAction

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

      • NoteBuildAction

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

      • execute

        public void execute()
      • execute

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

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