org.jenkinsci.plugins.ghprb
Class GhprbWebHook

java.lang.Object
  extended by org.jenkinsci.plugins.ghprb.GhprbWebHook

public class GhprbWebHook
extends Object


Constructor Summary
GhprbWebHook(GhprbTrigger trigger)
           
 
Method Summary
static boolean checkSignature(String body, String signature, String secret)
           
 String getProjectName()
           
 void handleWebHook(String event, String payload, String body, String signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhprbWebHook

public GhprbWebHook(GhprbTrigger trigger)
Method Detail

handleWebHook

public void handleWebHook(String event,
                          String payload,
                          String body,
                          String signature)

checkSignature

public static boolean checkSignature(String body,
                                     String signature,
                                     String secret)

getProjectName

public String getProjectName()


Copyright © 2004-2015. All Rights Reserved.