org.jenkinsci.plugins.rundeck
Class WebHookListener

java.lang.Object
  extended by org.jenkinsci.plugins.rundeck.WebHookListener

public class WebHookListener
extends Object

Listener for Rundeck WebHook notifications (see http://rundeck.org/docs/manual/jobs.html#webhooks), will trigger a build using RundeckTrigger

Author:
Vincent Behar

Constructor Summary
WebHookListener()
           
 
Method Summary
 void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebHookListener

public WebHookListener()
Method Detail

doIndex

public void doIndex(org.kohsuke.stapler.StaplerRequest request,
                    org.kohsuke.stapler.StaplerResponse response)
             throws IOException
Throws:
IOException


Copyright © 2004-2014. All Rights Reserved.