org.kohsuke.github
Class GHHook

java.lang.Object
  extended by org.kohsuke.github.GHHook

public final class GHHook
extends Object

Author:
Kohsuke Kawaguchi

Constructor Summary
GHHook()
           
 
Method Summary
 void delete()
          Deletes this hook.
 Map<String,String> getConfig()
           
 EnumSet<GHEvent> getEvents()
           
 int getId()
           
 String getName()
           
 boolean isActive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GHHook

public GHHook()
Method Detail

getName

public String getName()

getEvents

public EnumSet<GHEvent> getEvents()

isActive

public boolean isActive()

getConfig

public Map<String,String> getConfig()

getId

public int getId()

delete

public void delete()
            throws IOException
Deletes this hook.

Throws:
IOException


Copyright © 2012. All Rights Reserved.