org.kohsuke.github
Class GHHook
java.lang.Object
org.kohsuke.github.GHHook
public final class GHHook
- extends Object
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GHHook
public GHHook()
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.